Opened at 2023-03-08T19:16:53Z
Closed at 2023-03-21T16:51:43Z
#3981 closed defect (fixed)
LoopingCall in storage_client.HTTPNativeStorageServer should wait for version reply before looping again
Reported by: | itamarst | Owned by: | GitHub <noreply@…> |
---|---|---|---|
Priority: | normal | Milestone: | HTTP Storage Protocol |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
The LoopingCall? loops every second, but there's a 5 second timeout on sending a version query for liveness to the server. So you can have multiple version queries in flight at the same time, which is wrong.
Change History (1)
comment:1 Changed at 2023-03-21T16:51:43Z by GitHub <noreply@…>
- Owner set to GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 559e2ec/trunk: