-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: 7.0.0, 8.0.0, 8.1.0
-
Component/s: None
-
None
-
Catalog and Routing
-
ALL
-
v8.1, v8.0, v7.0
-
CAR Team 2025-06-23
-
0
-
None
-
3
-
TBD
-
š¦ Shard Catalog
-
None
-
None
-
None
-
None
-
None
-
None
The test occasionally fails because it assumes log ID 6825401 will be written after a collection drop. If an index-build quorum-checker thread still holds a strong reference of the collection dropped, the collection instance is reused from dropPendingCollections, so the log line never appearsāeven though the PIT read and the re-used collection instance is perfectly correct. Removing the assertion on log 6825401 eliminates the nondeterminism.
In short, point_in_time_lookups_drop_pending.js is flaky when checking that a PIT read creates a new instance for the collection after a drop.