-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
ALL
-
-
Storage Execution 2025-07-21
-
None
-
3
-
TBD
-
None
-
None
-
None
-
None
-
None
-
None
-
None
validateShowRecordIdReplicatesAcrossNodes() correctly validates recordIds are replicated in a 2 node replica set, but deterministically fails with a 3+ node replica set.
Thus, if there are 3+ nodes to compare, node0Cursor is exhausted after comparing results with node1, and will always report it is missing documents if compared against other nodes.
If node0Cursor is created inside the for-loop, there's no issue.