blobovnicza: Do not fail rebuild on objects larger than object size #1020

Merged
fyrchik merged 1 commit from dstepanov-yadro/frostfs-node:fix/rebuild_big_objects into master 2024-04-09 11:51:20 +00:00

1 commit

Author SHA1 Message Date
bec518fb62 [#984] blobovnicza: Do not fail rebuild on big objects
All checks were successful
DCO action / DCO (pull_request) Successful in 4m44s
Vulncheck / Vulncheck (pull_request) Successful in 7m15s
Build / Build Components (1.21) (pull_request) Successful in 8m57s
Build / Build Components (1.20) (pull_request) Successful in 9m13s
Tests and linters / gopls check (pull_request) Successful in 10m54s
Tests and linters / Lint (pull_request) Successful in 11m49s
Tests and linters / Staticcheck (pull_request) Successful in 12m25s
Tests and linters / Tests (1.20) (pull_request) Successful in 15m38s
Tests and linters / Tests (1.21) (pull_request) Successful in 16m5s
Tests and linters / Tests with -race (pull_request) Successful in 16m23s
If blobovnicza contains objects larger than object size parameter
value, then rebuild fails with an error, because there is no such
bucket in database. This commit forces to create bucket on rebuild.

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
2024-04-09 10:20:48 +03:00