frostfs-node/pkg/services/object
Anton Nikiforov acd6eb1815
All checks were successful
DCO action / DCO (pull_request) Successful in 34s
Tests and linters / Run gofumpt (pull_request) Successful in 43s
Pre-commit hooks / Pre-commit (pull_request) Successful in 2m6s
Tests and linters / Staticcheck (pull_request) Successful in 2m13s
Vulncheck / Vulncheck (pull_request) Successful in 2m9s
Build / Build Components (pull_request) Successful in 2m23s
Tests and linters / Lint (pull_request) Successful in 3m24s
Tests and linters / Tests (pull_request) Successful in 3m36s
Tests and linters / gopls check (pull_request) Successful in 3m46s
Tests and linters / Tests with -race (pull_request) Successful in 4m19s
[#1427] object: Fix Put for EC object when node unavailable
There might be situation when context canceled earlier than traverser move to another part of the nodes.
To avoid this, need to wait for the result from concurrent put at each traverser iteration.

Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
2024-10-11 16:53:30 +03:00
..
acl [#1317] go.mod: Use range over int 2024-09-03 13:00:54 +03:00
ape [#1397] object: Correctly set namespace before APE check 2024-09-27 11:43:29 +00:00
common [#1427] object: Fix Put for EC object when node unavailable 2024-10-11 16:53:30 +03:00
delete [#1253] deleteSvc: Use copy of common parameters 2024-07-17 14:24:27 +03:00
get [#1388] getSvc: Drop unused 2024-09-25 08:55:38 +00:00
internal Reapply "[#972] Use min/max builtins" 2024-04-10 12:09:34 +00:00
patch [#1394] putSvc: Fix relay 2024-09-25 17:28:03 +03:00
put [#1412] engine: Add IsIndexedContainer flag 2024-10-08 11:41:49 +03:00
search [#1412] searchSvc: Check container is indexed 2024-10-08 11:41:50 +03:00
util [#1253] getSvc: Fix EC objects get 2024-07-17 14:24:27 +03:00
audit.go [#1338] object: Fix audit patch stream 2024-08-27 16:18:29 +03:00
common.go [#1307] object: Implement Patch method 2024-08-16 14:13:09 +00:00
metrics.go [#1318] Fix gofumpt issue 2024-08-20 14:34:54 +03:00
remote_reader.go [#1129] policer: Restore EC object 2024-05-17 14:36:18 +03:00
request_context.go [#1157] object: Make APE checker use Bearer-token's APE overrides 2024-06-07 12:11:11 +00:00
response.go [#1307] object: Implement Patch method 2024-08-16 14:13:09 +00:00
server.go [#1307] object: Implement Patch method 2024-08-16 14:13:09 +00:00
sign.go [#1388] signSvc: Drop unused 2024-09-25 08:55:38 +00:00
transport_splitter.go [#1307] object: Implement Patch method 2024-08-16 14:13:09 +00:00