frostfs-node/pkg/local_object_storage/engine
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
..
delete.go [#176] localstore: Change multiple access sync 2020-12-11 17:19:37 +03:00
engine.go [#176] localstore: Draft storage engine structure and ops 2020-12-11 17:19:37 +03:00
get.go [#176] localstore: Change multiple access sync 2020-12-11 17:19:37 +03:00
head.go [#176] localstore: Change multiple access sync 2020-12-11 17:19:37 +03:00
put.go [#176] localstore: Change multiple access sync 2020-12-11 17:19:37 +03:00
select.go [#176] localstore: Change multiple access sync 2020-12-11 17:19:37 +03:00
shards.go [#176] localstore: Change multiple access sync 2020-12-11 17:19:37 +03:00