mirror of
https://github.com/pgsty/silo.git
synced 2026-09-25 03:42:33 +00:00
f794fe79e3
fixes a regression introduced in #10859, due to the error returned by rest.Client being typed i.e *rest.NetworkError - IsNetworkHostDown function didn't work as expected to detect network issues. This in-turn aggravated the situations when nodes are disconnected leading to performance loss.