adm: Allow to tick epoch concurrently #592

Merged
fyrchik merged 1 commit from fyrchik/frostfs-node:adm-concurrent-tick into master 2023-08-10 16:40:02 +00:00

1 commit

Author SHA1 Message Date
a739c57a06 [#592] adm: Allow to tick epoch concurrently
Some checks failed
Tests and linters / Lint (pull_request) Failing after 3s
Tests and linters / Tests (1.20) (pull_request) Failing after 3s
Tests and linters / Tests (1.21) (pull_request) Failing after 3s
Tests and linters / Tests with -race (pull_request) Failing after 3s
Tests and linters / Staticcheck (pull_request) Failing after 3s
Vulncheck / Vulncheck (pull_request) Failing after 3s
Build / Build Components (1.20) (pull_request) Successful in 1m42s
Build / Build Components (1.21) (pull_request) Successful in 1m46s
Epoch can be ticked by IR in the background. Because the only usecase
for this is to apply some changes, the right behaviour is ignoring an
error, not retrying.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2023-08-10 15:06:55 +03:00