frostfs-node/pkg/local_object_storage/shard
Leonard Lyubich 72f7df3339 [] shard/gc: Limit the accumulated batch of objects to be deleted
Change Shard's garbage remover to interrupt iterating over the metabase
graveyard when the buffer is full to the max size (`WithRemoverBatchSize`
Shard's option).

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-02-19 11:56:32 +03:00
..
container.go [] shard: Get container size estimation from metabase 2021-01-29 11:04:30 +03:00
control.go [] shard: Collect expired tombstones in GC every epoch 2021-02-19 11:56:32 +03:00
delete.go [] Fix whitespace linter errors 2021-01-12 18:47:02 +03:00
delete_test.go [] engine: Rename WithAddress to WithAddresses for delete operations 2020-12-11 17:19:37 +03:00
exists.go [] metabase: Structure parameters and results of all operations 2020-12-11 17:19:37 +03:00
gc.go [] shard/gc: Limit the accumulated batch of objects to be deleted 2021-02-19 11:56:32 +03:00
get.go [] metabase: Structure parameters and results of all operations 2020-12-11 17:19:37 +03:00
get_test.go [] shard: Add test for getting SplitInfo 2020-12-11 17:19:37 +03:00
head.go [] shard: Support raw flag in Head method 2020-12-11 17:19:37 +03:00
head_test.go [] shard: Support raw flag in Head method 2020-12-11 17:19:37 +03:00
id.go [] shard: Implement DumpInfo method 2020-12-11 17:19:37 +03:00
info.go [] Use write cache options in storage app 2020-12-11 17:19:37 +03:00
inhume.go [] shard: Support batch Inhume operation 2021-02-19 11:56:32 +03:00
inhume_test.go [] shard: Support batch Inhume operation 2021-02-19 11:56:32 +03:00
list.go [] engine: Add container listing for both engine and shard 2021-01-29 11:04:30 +03:00
list_test.go [] shard: Add List method to return all available objects 2020-12-11 17:19:37 +03:00
mode.go [] shard: Fix missing return statement in SetMode method 2020-12-11 17:19:37 +03:00
move.go [] metabase: Structure parameters and results of all operations 2020-12-11 17:19:37 +03:00
put.go [] metabase: Structure parameters and results of all operations 2020-12-11 17:19:37 +03:00
range.go [] blobstor: Return object.ErrRangeOutOfBounds from shallow dir 2020-12-11 17:19:37 +03:00
select.go [] shard: Support ContainerID argument in metabase selects 2020-12-11 17:19:37 +03:00
shard.go [] shard: Collect expired tombstones in GC every epoch 2021-02-19 11:56:32 +03:00
shard_test.go [] engine: Make tests more predictable 2021-01-21 11:00:23 +03:00
weight.go [] shard: Extend Info with WeightValues 2020-12-11 17:19:37 +03:00