frostfs-node/pkg/local_object_storage/blobstor/blobovniczatree
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
..
blobovnicza.go [] blobovniczatree: Fix active blobovnicza caching 2022-08-31 19:11:48 +03:00
blobovnicza_test.go [] blobovniczatree: Fix active blobovnicza caching 2022-08-31 19:11:48 +03:00
control.go [] blobovniczatree: Fix active blobovnicza caching 2022-08-31 19:11:48 +03:00
delete.go [] blobstor/*: Return ErrReadOnly for modifying operations 2022-08-30 10:02:43 +03:00
errors.go [] local_object_storage: Move blobovnicza tree to a separate package 2022-08-22 13:14:19 +03:00
exists.go [] blobstor: Unify fstree and blobovnicza interfaces 2022-08-22 13:14:19 +03:00
generic_test.go [] blobstor/*: Return ErrReadOnly for modifying operations 2022-08-30 10:02:43 +03:00
get.go [] blobstor: Add generic tests 2022-08-30 10:02:43 +03:00
get_range.go [] blobstor: Rename compression.CConfig to Config 2022-08-22 13:14:19 +03:00
iterate.go [] blobstor: Add generic tests 2022-08-30 10:02:43 +03:00
option.go [] blobstor: Rename compression.CConfig to Config 2022-08-22 13:14:19 +03:00
put.go [] blobstor/*: Return ErrReadOnly for modifying operations 2022-08-30 10:02:43 +03:00