-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
ALL
-
-
Sharding NYC 2022-04-18, Sharding 2022-05-02
-
1
When calling runCommandWithFixedRetryAttempts() the database name should be `NamespaceString::kAdminDb.toString()` and not `nss.db().toString()`.
It matters for our catalog shard related code because we need to assert that catalog shard and co-located regular shard are not invoked improperly. As the code is more strict it fails on this liberty.
- is depended on by
-
SERVER-65356 In config POC fix error with wrong shard targeted
- Closed