frostfs-node/pkg
Pavel Karpy e9461686b8 [#274] wc: Resolve possible deadlock
If operation with WC are _fast enough_ (e.g. `Init` failed and `Close` is
called immediately) there is a race and a deadlock that do not allow finish
(and start, in fact) an initialization routine because of taken `modeMtx`
and also do not allow finish `Close` call because of awaiting initialization
finish. So do stop initialization _before_ any mutex is taken.

Signed-off-by: Pavel Karpy <p.karpy@yadro.com>
2023-04-20 19:22:54 +03:00
..
core [#265] node: Fix after SDK & API-Go version up 2023-04-18 12:09:19 +03:00
innerring [#249] node: Drop subnet from IR and morph 2023-04-17 09:46:02 +03:00
local_object_storage [#274] wc: Resolve possible deadlock 2023-04-20 19:22:54 +03:00
metrics [#213] metrics: Refactor object metrics 2023-04-10 09:43:24 +03:00
morph [#268] notary_preparator: Actualize notary requests parsing 2023-04-20 10:29:34 +03:00
network [#265] node: Fix after SDK & API-Go version up 2023-04-18 12:09:19 +03:00
services [#265] node: Fix after SDK & API-Go version up 2023-04-18 12:09:19 +03:00
util [#238] node: Read cfg from dir even if cfg file not set 2023-04-14 10:19:10 +00:00