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