-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
v8.0, v7.3, v7.0, v6.0, v5.0
-
CAR Team 2024-06-10, CAR Team 2024-06-24
-
0
setMinVisibleForAllCollectionsToOldestOnStartup code is re-executed during rollback. The historical ID tracker is not reset in rollback, instead it deletes entries up to the rollback timestamp. Hence, when attempting to re-execute the supposedly "startup" code and initialising a collection with the oldest timestamp, we hit an invariant. This testing code does not need to re-execute during rollback.
- is caused by
-
SERVER-89076 test_resharding_test_fixture_shutdown_retry_needed does not handle SnapshotUnavailable errors
- Closed