forked from TrueCloudLab/frostfs-sdk-go
To avoid connection leak, call `close()` immediately after connection is established. In regular tree pool, unhealthy connections are handled by background goroutine which calls `redialIfNecessary()` to reestablish connection. Here it is not viable so connection must be close. Signed-off-by: Alex Vanin <a.vanin@yadro.com> |
||
---|---|---|
.. | ||
tree | ||
cache.go | ||
cache_test.go | ||
doc.go | ||
mock_test.go | ||
object_put_pool_transformer.go | ||
pool.go | ||
pool_test.go | ||
sampler.go | ||
sampler_test.go | ||
statistic.go |