On the new ConnectionsPool, when an outage occurs for a bit, finally all the servers are banned, and there's no way for the pool to recover.
a) Expires bans after N, tracking errors timestamps.
b) Create a new special state for network outages and suspend some operations like the fallback check_headers.
c) Detect network outages and avoid to ban servers during them.
On the new ConnectionsPool, when an outage occurs for a bit, finally all the servers are banned, and there's no way for the pool to recover.
a) Expires bans after N, tracking errors timestamps. b) Create a new special state for network outages and suspend some operations like the fallback check_headers. c) Detect network outages and avoid to ban servers during them.