frostfs-node/pkg/local_object_storage/blobstor
Evgenii Stratonikov d8a00c365a [] blobovniczatree: Fix active blobovnicza caching
Maintain an invariant that any blobovnicza is present either
in `opened` or in `active` map. Otherwise, the logic becomes too
complicate because it is not obvious when we should close the blobovnicza.

Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
2022-08-31 19:11:48 +03:00
..
blobovniczatree [] blobovniczatree: Fix active blobovnicza caching 2022-08-31 19:11:48 +03:00
common [] blobstor/*: Return ErrReadOnly for modifying operations 2022-08-30 10:02:43 +03:00
compression [] blobstor: Rename compression.CConfig to Config 2022-08-22 13:14:19 +03:00
fstree [] blobstor/*: Remove unneeded tests 2022-08-30 10:02:43 +03:00
internal/blobstortest [] blobstor/*: Return ErrReadOnly for modifying operations 2022-08-30 10:02:43 +03:00
blobstor.go [] blobstor: Rename compression.CConfig to Config 2022-08-22 13:14:19 +03:00
blobstor_test.go [] neofs-node: Refactor configuration 2022-08-22 13:14:19 +03:00
control.go [] blobstor: Rename compression.CConfig to Config 2022-08-22 13:14:19 +03:00
delete.go [] neofs-node: Refactor configuration 2022-08-22 13:14:19 +03:00
exists.go [] blobstor: Unify request dispatch logic 2022-08-22 13:14:19 +03:00
exists_test.go [] neofs-node: Refactor configuration 2022-08-22 13:14:19 +03:00
generic_test.go [] blobstor: Add generic tests 2022-08-30 10:02:43 +03:00
get.go [] neofs-node: Refactor configuration 2022-08-22 13:14:19 +03:00
get_range.go [] neofs-node: Refactor configuration 2022-08-22 13:14:19 +03:00
info.go [] neofs-node: Refactor configuration 2022-08-22 13:14:19 +03:00
iterate.go [] neofs-node: Refactor configuration 2022-08-22 13:14:19 +03:00
iterate_test.go [] neofs-node: Refactor configuration 2022-08-22 13:14:19 +03:00
mode.go [] local_object_storage: Move blobovnicza tree to a separate package 2022-08-22 13:14:19 +03:00
put.go [] blobstor: Rename compression.CConfig to Config 2022-08-22 13:14:19 +03:00