Do not log context canceled errors during EC assemble #1540

Merged
fyrchik merged 2 commits from dstepanov-yadro/frostfs-node:fix/do_not_log_ec_assemble_context_canceled into master 2024-12-05 12:39:50 +00:00

2 commits

Author SHA1 Message Date
339e47e51c
[#1540] getSvc: Drop redundant returns
All checks were successful
Tests and linters / Run gofumpt (pull_request) Successful in 2m20s
Pre-commit hooks / Pre-commit (pull_request) Successful in 3m53s
Tests and linters / Lint (pull_request) Successful in 4m53s
DCO action / DCO (pull_request) Successful in 5m36s
Vulncheck / Vulncheck (pull_request) Successful in 5m58s
Build / Build Components (pull_request) Successful in 7m1s
Tests and linters / Staticcheck (pull_request) Successful in 6m57s
Tests and linters / gopls check (pull_request) Successful in 7m3s
Tests and linters / Tests (pull_request) Successful in 8m29s
Tests and linters / Tests with -race (pull_request) Successful in 9m13s
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
2024-12-05 10:32:30 +03:00
2fe0029207
[#1540] getSvc: Do not log context canceled errors during EC assemble
Those errors are fired when it is enough chunks retrieved and error group
cancels other requests.

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
2024-12-05 10:32:20 +03:00