479c5a65e1
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> |
||
---|---|---|
.. | ||
accounting | ||
container | ||
control | ||
netmap | ||
notificator | ||
object | ||
object_manager | ||
policer | ||
replicator | ||
session | ||
tree | ||
util |