Update epoch tick mechanism during initialization #10
Labels
No labels
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-aio#10
Loading…
Reference in a new issue
No description provided.
Delete branch "alexvanin/frostfs-aio:fix/unhealthy-startup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Previous implementation from #3 was based on a sleep counter. This solution is not reliable, because sometimes sleep duration is not enough for the storage node to send bootstrap request.
New implementation checks network status of the node and ticks new epoch until node enters in the network map.
bb8bf02b8e
to861eb03ca1