BACKEND_REACHABILITY_NAME_RESOLUTION_FAILURE_DURATION_ALLOWED_SECS
| Default | 10 |
|---|---|
| Value | Python Integer |
| Changes |
|
Used to determine the duration of time in seconds the backend host name fails to resolve within the cluster to mark it as an unreachable backend. Cluster Controller periodically tries to query each backend on its doveadm HTTP API and if any error is detected, it will not choose the backend with errors for user moves.
To not be too sensitive to transient name resolution errors, a period
of time is allowed before the backend is deemed unreachable from
controller. The backend is unmarked as soon as there is a successful
query.