-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
CAR Team 2024-10-14, CAR Team 2024-10-28
-
200
The test stale_config_error_for_direct_shard_operation.js expects to run insert operations on a node without routing information by forcing a stepup of a secondary. The test runs inside a withRetryOnTransientTxnError block. If the function is retried due to a transient error, the second time around a new primary would step up, which can be the original primary, which has updated routing information, breaking the expectations of the test.