frostfs-node/pkg/services/object
Anton Nikiforov 990e984023
Some checks failed
DCO action / DCO (pull_request) Successful in 1m45s
Vulncheck / Vulncheck (pull_request) Successful in 2m21s
Build / Build Components (pull_request) Successful in 2m45s
Pre-commit hooks / Pre-commit (pull_request) Successful in 2m47s
Tests and linters / Staticcheck (pull_request) Successful in 2m26s
Tests and linters / gopls check (pull_request) Failing after 2m31s
Tests and linters / Tests with -race (pull_request) Successful in 2m56s
Tests and linters / Lint (pull_request) Successful in 3m24s
Tests and linters / Tests (pull_request) Successful in 3m36s
[#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-11-12 12:55:31 +03:00
..
acl [#1157] object: Make APE checker use Bearer-token's APE overrides 2024-06-07 12:11:11 +00:00
ape [#1249] object: Remove all APE pre-checks in handlers 2024-07-18 13:52:43 +00:00
delete [#1253] deleteSvc: Use copy of common parameters 2024-07-17 14:24:27 +03:00
get [#1339] getSvc: Fix access denied error handling 2024-08-28 14:00:57 +03:00
internal Reapply "[#972] Use min/max builtins" 2024-04-10 12:09:34 +00:00
put [#1427] object: Fix Put for EC object when node unavailable 2024-11-12 12:55:31 +03:00
search [#1253] getSvc: Fix EC objects get 2024-07-17 14:24:27 +03:00
util [#1253] getSvc: Fix EC objects get 2024-07-17 14:24:27 +03:00
audit.go [#1184] node: Add audit middleware for grpc services 2024-06-19 16:05:53 +03:00
common.go [#481] Update frostfs-sdk-go and error pointer receivers 2023-08-09 10:26:53 +00:00
metrics.go [#486] node: Add PutSingle wrappers 2023-07-10 15:49:21 +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 [#486] node: Add PutSingle wrappers 2023-07-10 15:49:21 +03:00
server.go [#486] node: Add PutSingle wrappers 2023-07-10 15:49:21 +03:00
sign.go [#988] objectSvc: Fix SetMarshalData for PutSingle 2024-02-15 17:21:08 +03:00
transport_splitter.go Reapply "[#972] Use min/max builtins" 2024-04-10 12:09:34 +00:00