frostfs-node/pkg
Evgenii Stratonikov 20abdaeed4 [#1745] writecache: Set flush mark only on success
Set flush mark in the inside the flush worker because writing to the blobstor
can fail. Because each evicted object must be deleted, it is reasonable
to do this in the evict callback.

The evict callback is protected by LRU mutex and thus potentially interferes
with `Get` and `Iterate` methods. This problem will be addressed in the
future.

Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
2022-09-02 11:59:53 +03:00
..
core [#1634] node: Do not return expired objects 2022-08-04 16:31:49 +03:00
innerring [#1735] go.mod: Update API and SDK 2022-08-30 12:27:46 +03:00
local_object_storage [#1745] writecache: Set flush mark only on success 2022-09-02 11:59:53 +03:00
metrics [#1658] node: Read metrics from meta on startup 2022-08-25 19:20:33 +03:00
morph [#1711] morph: Add nolint for AddNetworkFee 2022-09-02 10:41:18 +03:00
network [#1687] *: Perform go fmt using go v1.19 2022-08-22 18:59:57 +03:00
services [#1735] go.mod: Update API and SDK 2022-08-30 12:27:46 +03:00
util [#1687] *: Perform go fmt using go v1.19 2022-08-22 18:59:57 +03:00