Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
When using pool cluster, the goal is to avoid reusing servers that are down.
Implementation is that when having multiple pool that can correspond to request, to use first not backlisted pools when `restoreNodeTimeout` is set.
Default value of `restoreNodeTimeout` is 0 disable, resulting in reusing blacklisted pool immediately.
This task correct this behaviour.