Drop bootstrap optimizations, support/v0.37 #723

Merged
fyrchik merged 2 commits from dstepanov-yadro/frostfs-node:fix/node_bootstrap_support into support/v0.37 2023-10-05 13:10:16 +00:00

2 Commits (master)

Author SHA1 Message Date
Dmitrii Stepanov e0f0b93b5e [#723] netmap: Drop already bootstraped check
DCO action / DCO (pull_request) Successful in 3m48s Details
Build / Build Components (1.21) (pull_request) Successful in 5m10s Details
Build / Build Components (1.20) (pull_request) Successful in 5m47s Details
Vulncheck / Vulncheck (pull_request) Successful in 6m31s Details
Tests and linters / Tests (1.21) (pull_request) Successful in 7m2s Details
Tests and linters / Staticcheck (pull_request) Successful in 10m48s Details
Tests and linters / Lint (pull_request) Successful in 11m16s Details
Tests and linters / Tests (1.20) (pull_request) Successful in 11m31s Details
Tests and linters / Tests with -race (pull_request) Successful in 11m21s Details
Because of this check, under certain conditions,
the node could be removed from the network map,
although the node was functioning normally.

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
2023-10-05 15:31:18 +03:00
Dmitrii Stepanov eb5248621a [#723] netmap: Send bootstrap at each epoch tick
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
2023-10-05 15:31:10 +03:00