frostfs-node/pkg
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
..
ape [#1388] apeSvc: Drop unused and make annotations 2024-09-25 08:55:38 +00:00
core [#1312] Drop handling of system attributes with NeoFS prefix 2024-09-20 11:37:18 +00:00
innerring [#1388] ir: Annotate cmode as nolint 2024-09-25 08:55:38 +00:00
local_object_storage [#1403] metabase: Refactor inGraveyardWithKey function 2024-10-07 16:17:20 +03:00
morph [#1382] morph: Replace deprecated methods 2024-09-18 14:29:27 +03:00
network [#1348] go.mod: Update api-go and sdk-go 2024-09-04 10:47:26 +03:00
services [#1407] tree: Set ContainerOwner in parameter for CheckAPE 2024-10-02 07:21:02 +00:00
tracing [#146] node: Add trace_id to logs 2023-09-27 11:05:27 +03:00
util [#1366] logger: Make timestamp prepending optional 2024-09-17 10:49:51 +03:00