frostfs-node/pkg/local_object_storage
Leonard Lyubich 6f8c45d61b [#176] localstore: Change multiple access sync
In previous implementation each operation on local storage
locked engine mutex. This was done under the assumption that
the weights of the shards change as a result of write operations.
With the transition to static weights of shards, it is no longer
necessary to lock the global mutex during the execution of operations.
However, since the set of engine shards is dynamic, there is still a
need to control multiple access to this set. The same mutex is used
for synchronization.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2020-12-11 17:19:37 +03:00
..
blobstor [#176] blobstor: Fix maximum tree depth 2020-12-11 17:19:37 +03:00
bucket [#136] cmd/neofs-node: Use new metabase in app 2020-11-03 18:42:32 +03:00
engine [#176] localstore: Change multiple access sync 2020-12-11 17:19:37 +03:00
localstore [#174] Use Marshal(JSON)/Unmarshal(JSON) methods for encoding/decoding 2020-11-17 11:56:00 +03:00
metabase [#176] localstore: Implement shard methods via Metabase and BlobStor 2020-12-11 17:19:37 +03:00
shard [#176] shard: Get rid of using the global RW lock 2020-12-11 17:19:37 +03:00