-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
ALL
-
Storage Execution 2026-05-11
-
200
-
None
-
None
-
None
-
None
-
None
-
None
-
None
This test calls into findDocIdWithSeparateWriterId with nWriters set to the max number of threads on the replication worker pool. This value is set here, and determined here. This value can be small when the replWriterThreadCount parameter is set to a low value or if the machine we are running the test on has a low number of available cores.
We can follow the precedent set by the other caller of this function, this test, which hard codes the number of writers to a larger value to decrease the likelihood of a hash collision.