Control timeout of tree service operations in tree pool #185

Closed
opened 2023-10-25 12:25:54 +00:00 by alexvanin · 1 comment
Owner

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
Author
Owner

Done in #290

Done in #290
nzinkevich was assigned by alexvanin 2024-11-06 08:26:37 +00:00
alexvanin removed their assignment 2024-11-06 08:26:39 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
No description provided.