frostfs-node/pkg/local_object_storage/blobstor
Leonard Lyubich e38b0aa4ba [#1549] engine: Disable shard on blobovnicza init failure
There is a need to support working w/o shard if it has problems with
blobovnicza tree.

Make `BlobStor.Init` to return new `ErrInitBlobovniczas` error. Remove
shard from storage engine's shard set if it returned this error from
`Init` call. So if some of the shards (but not all) return this error,
the node will be able to continue working without them.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2022-07-21 17:56:06 +03:00
..
fstree [#1520] shard: Ignore errors on metabase refill 2022-06-21 17:25:28 +03:00
blobovnicza.go [#1561] object: Return OUT_OF_RANGE status 2022-07-19 13:29:45 +03:00
blobovnicza_test.go [#1463] blobovnicza: Determine db size via os.Stat 2022-06-03 13:42:54 +03:00
blobstor.go [#1611] shard: Print shard ID in component logs 2022-07-19 15:57:53 +03:00
blobstor_test.go [#1418] blobstor: Do not use pointers as parameters 2022-06-03 07:35:17 +03:00
compress.go [#1268] blobstor: Cleanup zstd encoders/decoders 2022-03-25 14:05:06 +03:00
control.go [#1549] engine: Disable shard on blobovnicza init failure 2022-07-21 17:56:06 +03:00
delete_big.go [#1460] blobstor: Do not use pointers as the results 2022-06-06 18:03:12 +03:00
delete_small.go [#1460] blobstor: Do not use pointers as the results 2022-06-06 18:03:12 +03:00
errors.go [#1561] object: Return OUT_OF_RANGE status 2022-07-19 13:29:45 +03:00
exists.go [#1460] blobstor: Do not use pointers as the results 2022-06-06 18:03:12 +03:00
exists_test.go [#1418] blobstor: Do not use pointers as parameters 2022-06-03 07:35:17 +03:00
get_big.go [#1460] blobstor: Do not use pointers as the results 2022-06-06 18:03:12 +03:00
get_range_big.go [#1561] object: Return OUT_OF_RANGE status 2022-07-19 13:29:45 +03:00
get_range_small.go [#1460] blobstor: Do not use pointers as the results 2022-06-06 18:03:12 +03:00
get_small.go [#1460] blobstor: Do not use pointers as the results 2022-06-06 18:03:12 +03:00
info.go [#643] pkg: Sync method names and commentaries to them 2021-06-24 16:10:44 +03:00
iterate.go [#1520] shard: Ignore errors on metabase refill 2022-06-21 17:25:28 +03:00
iterate_test.go [#1520] shard: Ignore errors on metabase refill 2022-06-21 17:25:28 +03:00
put.go [#1460] blobstor: Do not use pointers as the results 2022-06-06 18:03:12 +03:00
util.go [#1454] Upgrade NeoFS SDK Go module with new IDs 2022-06-01 17:41:45 +03:00