Control timeout of tree service operations in tree pool #185

Open
opened 2023-10-25 12:25:54 +00:00 by alexvanin · 0 comments

Tree service pool does not configure timeout for gRPC communication.

Describe the solution you'd like

Since pool uses retries on every request, it should control execution of every retry to avoid freezes on bad connection in-between rebalance intervals.

Describe alternatives you've considered

Keep rebalance interval small enough to keep retry freezes until connection is marked as unhealthy.

## Is your feature request related to a problem? Please describe. Tree service pool does not configure timeout for gRPC communication. ## Describe the solution you'd like Since pool uses retries on every request, it should control execution of every retry to avoid freezes on bad connection in-between rebalance intervals. ## Describe alternatives you've considered Keep rebalance interval small enough to keep retry freezes until connection is marked as unhealthy.
alexvanin added the
discussion
pool
labels 2023-10-25 12:25:54 +00:00
alexvanin self-assigned this 2023-10-25 12:25:54 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-sdk-go#185
There is no content yet.