d755b485e5
[#1445] policer: Make policer remove orphan locks
ad7e556c27
[#1445] policer: Refactor
(*Policer).shardPolicyWorker
6c25bde094
[#1445] local_object_storage: Add
RemoveOrphanLocks
method
398bd3e6ef
[#1445] metabase: Indicate locked status in
ListWithCursor
method
36e55d5275
[#1445] metabase: Fix
BenchmarkListWithCursor
93c9ec3256
[#1445] policer: Make policer remove orphan locks
419c7dd008
[#1445] policer: Refactor
(*Policer).shardPolicyWorker
62d35d5ced
[#1445] local_object_storage: Add
RemoveOrphanLocks
method
WIP: policer: Handle oprhan locked bucket and graveyard bucket records
eb1458e7ef
[#1445] policer: Make policer remove orphan locks
aa5816bdc6
[#1445] policer: Refactor
(*Policer).shardPolicyWorker
65208c37c1
[#1445] local_object_storage: Add
RemoveOrphanLocks
method
0b9dff1017
[#1445] policer: Make policer remove orphan locks
862a856e51
[#1445] policer: Refactor
(*Policer).shardPolicyWorker
7e156f24d6
[#1445] local_object_storage: Add
RemoveOrphanLocks
method
7f4826da25
[#1445] policer: Make policer remove dangling locks
2894db1055
[#1445] policer: Refactor
(*Policer).shardPolicyWorker
1004759e8d
[#1445] local_object_storage: Add
RemoveDanglingLocks
method
75068c4223
[#1445] policer: Make policer remove dangling locks
973a4b1626
[#1445] policer: Refactor
(*Policer).shardPolicyWorker
bee86f1928
[#1445] policer: Make policer remove dangling locks
4f22585202
[#1445] local_object_storage: Add
RemoveDanglingLocks
method
a-savchuk
deleted branch lock-on-readonly-shard from a-savchuk/frostfs-node
2024-11-08 08:13:52 +00:00
28b0998038
[#1445] policer: Make policer remove dangling locks
4f074b0986
[#1445] local_object_storage: Add
RemoveDanglingLocks
method
e872fcd9f0
[#1445] metabase: Indicate locked status in
ListWithCursor
method
faa8f6d2b7
[#1445] metabase: Fix
BenchmarkListWithCursor
ef64930fef
[#1477] ape: Fix EC chunk test
0966c4bda7
[#1445] policer: Make policer remove dangling locks
43ea5fdfa9
[#1445] local_object_storage: Add
RemoveDanglingLocks
method
6fb39fc104
[#1445] metabase: Indicate locked status in
ListWithCursor
method
c7259be3de
[#1445] metabase: Fix
BenchmarkListWithCursor
7edec9193c
[#1451] placement: Return copy of slice from container nodes cache
WIP: engine: Speed up
(*StorageEngine).Inhume
3b58f33139
[#1450] engine: Batch addresses in
(*StorageEngine).Inhume
b12968e959
[#1450] engine: Add
Inhume
benchmark for handling large number of addresses
251d17e36a
[#1450] engine/test: Refactor
(*testEngineWrapper).setInitializedShards
7edec9193c
[#1451] placement: Return copy of slice from container nodes cache
3cf6ea745d
[#1451] ec: Check all parts are saved
cli: Do not read config for --version and --help
It seems we can handle config reading the same way we handle tracing, via
PersistentPreRun
function. It is almost the same, as for tracing we check--tracing
flag, and here we need to…