The continuous stepdown hook produces many retriable errors that are internally retried by mongoS, but only until it reaches `defaultClientMaxRetryAttempts` retries, after which it bails out and bubbles up the error to the test. In practice, it does happen from time to time, so just raise `defaultClientMaxRetryAttempts` from the default 3 to something like 10.
- related to
-
SERVER-125892 Add HostUnreachable to retryable errors in implicitly_retry_on_config_stepdowns.js override
-
- Blocked
-