- 
    Type:
Bug
 - 
    Resolution: Fixed
 - 
    Priority:
Major - P3
 - 
    Affects Version/s: 7.0.13, 6.0.17, 5.0.29, 8.0.0-rc17
 - 
    Component/s: None
 - 
    None
 
- 
        Catalog and Routing
 - 
        Fully Compatible
 - 
        ALL
 - 
        v8.0, v7.0, v6.0, v5.0
 - 
        CAR Team 2024-08-19
 - 
        0
 - 
        None
 
- 
        None
 - 
        None
 - 
        None
 - 
        None
 - 
        None
 - 
        None
 
SERVER-83146 added a retry loop on the router targete in case the createDatabase fails with a NamespaceNotFound error. However, this loop does not handle FailedToSatisfyReadPreference errors which could happen in the presence of a config server stepdowns, and it shouldn't, as it is not a retriable error. We should add a tag to the test to prevent it from running in config server stepdown suites.