Do not ignore unhealthy tree endpoints #114

Closed
opened 2023-05-19 08:20:11 +00:00 by alexvanin · 0 comments
Owner

Gateway checks endpoint health at the startup and removes unhealthy nodes from the pool.

However, some nodes might be unavailable at the start and become healthy later.

Describe the solution you'd like

Do not remove unhealthy nodes from the pool and the application start. Try to dial unhealthy nodes during endpoint switch.

Describe alternatives you've considered

Add health checker with re balance interval for the pool.

Additional context

## Is your feature request related to a problem? Please describe. Gateway checks endpoint health at the startup and removes unhealthy nodes from the pool. However, some nodes might be unavailable at the start and become healthy later. ## Describe the solution you'd like Do not remove unhealthy nodes from the pool and the application start. Try to dial unhealthy nodes during endpoint switch. ## Describe alternatives you've considered Add health checker with re balance interval for the pool. ## Additional context <!--- Add any other context or screenshots about the feature request here. -->
alexvanin changed title from Do not ignore unhealthy endpoints to Do not ignore unhealthy tree endpoints 2023-05-19 08:20:19 +00:00
dkirillov was assigned by alexvanin 2023-05-19 08:42:11 +00:00
alexvanin added this to the v0.27.0 milestone 2023-07-12 09:08:03 +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-s3-gw#114
No description provided.