The implicitly_retry_on_config_stepdowns.js override (added in SERVER-116060) only retries FailedToSatisfyReadPreference errors, but config server stepdowns also produce PrimarySteppedDown, InterruptedDueToReplStateChange, NotWritablePrimary, and other NotPrimaryError category errors.
This caused create_system_session.js to fail when a delete on config.collections got PrimarySteppedDown and was not retried.
- is related to
-
SERVER-116060 Add override to retry on FailedToSatisfyReadPreference in CSRS stepdown suite
-
- Closed
-