frostfs-node/pkg/network
Evgenii Stratonikov 0b61a3c961 [#2260] network/cache: Ignore clients only on `Dial` errors
The problem is that accidental timeout errors can make us to ignore
other nodes for some time. The primary purpose of the whole ignore
mechanism is not to degrade in case of failover. For this case,
closing connection and limiting the amount of dials is enough.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2023-02-20 13:53:27 +03:00
..
cache [#2260] network/cache: Ignore clients only on `Dial` errors 2023-02-20 13:53:27 +03:00
transport [#1] Fix comments and error messages 2023-02-06 17:41:14 +03:00
address.go [#1] Fix comments and error messages 2023-02-06 17:41:14 +03:00
address_test.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
group.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
group_test.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
tls.go [#1351] cli: Fix connection scheme loss during endpoint parsing 2022-05-05 10:43:27 +03:00
tls_test.go [#1351] cli: Fix connection scheme loss during endpoint parsing 2022-05-05 10:43:27 +03:00
validation.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
validation_test.go Move to frostfs-node 2022-12-28 15:04:29 +03:00