frostfs-node/pkg/services
Evgenii Stratonikov b42bcdc6fa
[] services/object: Put object before auxiliary info
Consider the following operations ordering:
1. Inhume(with tombstone A) --> add tombstone mark for an object
2. --> new epoch arives
3. --> GCMark is added for a tombstone A, because it is unavailable
4. Put(A) --> return error, because the object already has a GCMark

It is possible, and I have successfully reproduced it with a test on the
shard level. However, the error is related to the specific
_ordering_ of operations with engine. And triggering race-conditions like
this is only possible on a shard level currently, so no tests are
written.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2024-10-17 14:43:13 +03:00
..
accounting [] audit: Drop not required events 2024-06-27 10:54:31 +00:00
apemanager [] node: Add audit middleware for grpc services 2024-06-19 16:05:53 +03:00
common/ape [] *: Run gofumpt 2024-09-12 10:00:28 +03:00
container [] Remove SetEACL-related code 2024-10-09 10:56:48 +03:00
control [] node: Fix comment format 2024-10-15 08:53:59 +00:00
netmap [] node: Fix comment format 2024-10-15 08:53:59 +00:00
object [] services/object: Put object before auxiliary info 2024-10-17 14:43:13 +03:00
object_manager [] Drop handling of system attributes with NeoFS prefix 2024-09-20 11:37:18 +00:00
policer [] node: Fix comment format 2024-10-15 08:53:59 +00:00
replicator [] engine: Add IsIndexedContainer flag 2024-10-08 11:41:49 +03:00
session [] sessionSvc: Add nolint annotations 2024-09-25 08:55:38 +00:00
tree [] services/tree: Remove eACL mentions from bearer token parsing errors 2024-10-09 10:56:49 +03:00
util [] Update frostfs-sdk-go and error pointer receivers 2023-08-09 10:26:53 +00:00