frostfs-node/pkg
Pavel Karpy 479c5a65e1 [#322] node: Fix tree svc panic
If a connection has not been established earlier, it stores `nil` in LRU
cache. Cache eviction tries to close every connection (even a `nil` one) and
panics but not crash the app because we are using pools.
That ugly bug also leads to a deadlock where `Unlock` is not called via
`defer` func (and that is the way I found it).

Signed-off-by: Pavel Karpy <p.karpy@yadro.com>
2023-05-04 19:48:51 +03:00
..
core [#248] core: Remove storage group 2023-04-28 17:00:43 +03:00
innerring [#311] ir: Fix data race in unit tests 2023-05-04 16:59:15 +03:00
local_object_storage [#209] compression: Do not store uncompressible data 2023-05-03 16:28:29 +03:00
metrics [#164] metrics: Allow to export metrics description 2023-04-24 09:01:13 +00:00
morph [#280] ir: Add netmap processor unit tests 2023-05-02 08:48:07 +00:00
network [#285] lint: Fix revive/unused-parameter 2023-04-26 17:35:04 +03:00
services [#322] node: Fix tree svc panic 2023-05-04 19:48:51 +03:00
util [#238] node: Read cfg from dir even if cfg file not set 2023-04-14 10:19:10 +00:00