frostfs-node/pkg
Evgenii Stratonikov 69e1e6ca20 [#1186] engine: Read object directly from blobstor in case of conflicts
Metabase is expected to contain actual information about objects stored
in shard. If the object is present in metabase but is missing from
blobstor, peform an additional attempt to fetch it directly without
consulting metabase. Such a situation is unexpected, so error counter
is increased for the shard which has the object in the metabase. We
don't increase error counter for the shard which has the object in
blobstor, because some garbage can be expected there. In this
implementation there is no overhead for objects which are really
missing, i.e. are not present in any metabase.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2022-03-04 16:07:25 +03:00
..
core [#1195] Adopt recent changes in NeoFS SDK 2022-02-28 10:43:03 +03:00
innerring [#1211] innerring: Fix object get init error check 2022-03-04 11:47:24 +03:00
local_object_storage [#1186] engine: Read object directly from blobstor in case of conflicts 2022-03-04 16:07:25 +03:00
metrics [#1054] neofs-node: add epoch metric 2021-12-28 15:34:20 +03:00
morph [#1212] morph: Fix NPE in multi client 2022-03-04 12:16:11 +03:00
network [#1195] Adopt recent changes in NeoFS SDK 2022-02-28 10:43:03 +03:00
services [#1211] node: Fix object get init error check 2022-03-04 11:47:24 +03:00
util [#1115] *: link TODOs to corresponding issues 2022-02-11 12:58:59 +03:00