frostfs-node/pkg/local_object_storage
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
..
blobovnicza [#1115] blobovnicza: remove GetRange method 2022-02-11 12:58:59 +03:00
blobstor [#1115] *: link TODOs to corresponding issues 2022-02-11 12:58:59 +03:00
engine [#1186] engine: Read object directly from blobstor in case of conflicts 2022-03-04 16:07:25 +03:00
internal/log [#790] storage engine: Add common template of log messages 2021-09-13 15:02:13 +03:00
metabase [#1188] metabase: log PUT / DELETE operations 2022-03-04 15:21:35 +03:00
shard [#1186] engine: Read object directly from blobstor in case of conflicts 2022-03-04 16:07:25 +03:00
util [#1131] *: Adopt SDK changes 2022-02-08 09:45:38 +03:00
writecache [#1115] *: link TODOs to corresponding issues 2022-02-11 12:58:59 +03:00