Drop bootstrap optimizations #721
Labels
No labels
P0
P1
P2
P3
badger
frostfs-adm
frostfs-cli
frostfs-ir
frostfs-lens
frostfs-node
good first issue
triage
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
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#721
Loading…
Reference in a new issue
No description provided.
Delete branch "dstepanov-yadro/frostfs-node:fix/node_bootstrap"
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?
Real situation:
22:15 - epoch tick, node sent bootstrap
22:25 - epoch tick, node didn't send bootstrap request because of
reBootstrapInterval
22:31 - node was killed
22:35 - epoch tick
22:45 - epoch tick
22:46 - node started, but didn't send bootstrap request because of
alreadyBootstraped
22:55 - epoch tick, node didn't send bootstrap request because of
reBootstrapInterval
, IR checks that threshold (3) exceeds no bootstrap interval (4) and removes node from netmap23:05 - new netmap without node, it is impossible to saticfy placement policy, but node is ready to work
If the node had sent bootstrap request at startup, there would have been no problems.
ea21ce2401
tobd5bf8b1a9