frostfs-node/pkg/local_object_storage
Aleksey Savchuk 6ccac0a476
[#1403] metabase: Refactor inGraveyardWithKey function
This function was very obfuscated. I hope the newer version is more
clear, but IMHO it keeps being bad because:
- Its name is confusing because it checks both the graveyard and the
  garbage.
- It has no interface. We use that function in several metabase methods,
  it just returns some 'magic' uint8 numbers and has no doc comment, I
  mean it's ridiculous.
- It checks out for 'the node being in incorrect state' for some reason
  but that result isn't used further. I kept a comment about that but it
  has no logic for me.

Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
2024-10-07 16:17:20 +03:00
..
blobovnicza [#1337] blobovniczatree: Add rebuild by fill percent 2024-09-06 13:57:27 +03:00
blobstor [#1215] blobstor/test: Cover iteration behaviour 2024-10-07 12:44:27 +00:00
engine [#1403] engine: Add tests for object deletion on read-only shard 2024-10-07 16:16:24 +03:00
internal [#1317] go.mod: Use range over int 2024-09-03 13:00:54 +03:00
metabase [#1403] metabase: Refactor inGraveyardWithKey function 2024-10-07 16:17:20 +03:00
metrics [#1367] fstree: Add IterateInfo method 2024-09-12 15:06:33 +03:00
pilorama [#1317] go.mod: Use range over int 2024-09-03 13:00:54 +03:00
shard [#1413] engine: Remove error counting methods from Shard 2024-10-04 15:10:17 +03:00
util [#1103] node: Implement Get\Head requests for EC object 2024-04-24 18:15:53 +03:00
writecache [#1367] fstree: Add size hint for Delete 2024-09-12 15:06:33 +03:00