frostfs-sdk-go/pool/tree
Alex Vanin f08a7f0b3c [#331] pool: Avoid connection leak in tree pool with netmap support
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>
2025-02-04 21:15:10 +03:00
..
service [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00:00
client.go [#185] Implement rpc/client for tree service 2024-11-29 15:23:14 +03:00
pool.go [#331] pool: Avoid connection leak in tree pool with netmap support 2025-02-04 21:15:10 +03:00
pool_signature.go [#185] Implement rpc/client for tree service 2024-11-29 15:23:14 +03:00
pool_test.go [#326] pool: Add test for concurrent client deletion 2025-01-29 20:16:59 +03:00
statistic.go [#244] pool/tree: Collect request duration statistic 2024-08-02 13:01:14 +03:00