frostfs-node/pkg/local_object_storage/shard
Leonard Lyubich 504abdda06 [#789] shard: Exclude object.ErrAlreadyRemoved errors in refillMetabase
Tombstone and "alive" objects can be both stored in BlobStor. They can
appear during iterating in different order. Metabase returns
`ErrAlreadyRemoved` error if object is inhumed.

Ignore `object.ErrAlreadyRemoved` errors of `metabase.Put`in Shard's
`refillMetabase` operation.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-09-15 18:22:09 +03:00
..
container.go [#570] *: Remove usage of deprecated elements from API Go library 2021-05-31 20:45:15 +03:00
control.go [#789] shard: Exclude object.ErrAlreadyRemoved errors in refillMetabase 2021-09-15 18:22:09 +03:00
control_test.go [#789] shard: Add method to refill the metabase 2021-09-15 18:22:09 +03:00
delete.go [#521] *: use stdlib errors package 2021-05-19 16:42:54 +03:00
delete_test.go [#570] *: Use generator of test container IDs from API Go lib 2021-05-31 20:45:15 +03:00
exists.go [#237] metabase: Structure parameters and results of all operations 2020-12-11 17:19:37 +03:00
gc.go [#745] gc: Stop GC work on Shard's Close 2021-08-05 14:44:05 +03:00
get.go [#521] *: use stdlib errors package 2021-05-19 16:42:54 +03:00
get_test.go [#570] *: Use generator of test container IDs from API Go lib 2021-05-31 20:45:15 +03:00
head.go [#762] storage/shard: Try to read headers from write-cache 2021-09-02 11:33:17 +03:00
head_test.go [#570] *: Use generator of test container IDs from API Go lib 2021-05-31 20:45:15 +03:00
id.go [#189] shard: Implement DumpInfo method 2020-12-11 17:19:37 +03:00
info.go [#222] Use write cache options in storage app 2020-12-11 17:19:37 +03:00
inhume.go [#472] blobstor: implement write-cache 2021-04-29 17:36:36 +03:00
inhume_test.go [#570] *: Use generator of test container IDs from API Go lib 2021-05-31 20:45:15 +03:00
list.go [#570] *: Remove usage of deprecated elements from API Go library 2021-05-31 20:45:15 +03:00
list_test.go [#570] *: Use generator of test container IDs from API Go lib 2021-05-31 20:45:15 +03:00
mode.go [#189] shard: Fix missing return statement in SetMode method 2020-12-11 17:19:37 +03:00
move.go [#643] pkg: Sync method names and commentaries to them 2021-06-24 16:10:44 +03:00
put.go [#521] *: use stdlib errors package 2021-05-19 16:42:54 +03:00
range.go [#643] pkg: Sync method names and commentaries to them 2021-06-24 16:10:44 +03:00
select.go [#570] *: Remove usage of deprecated elements from API Go library 2021-05-31 20:45:15 +03:00
shard.go [#789] shard: Add option to refill metabase on initialization 2021-09-15 18:22:09 +03:00
shard_test.go [#570] *: Use generator of test owner IDs from API Go lib 2021-05-31 20:45:15 +03:00
weight.go [#189] shard: Extend Info with WeightValues 2020-12-11 17:19:37 +03:00