-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
36
In secondary_reads_waitForShardingInit.js, we should ensure read is directed to hanging secondary node instead of any other secondary node.
Currently, we do it by hiding another secondary node by reconfiguring the replica set. But, we did not wait for the node becoming hidden. So, the secondary preference read still get chance to be directed to another secondary node instead of the hanging secondary node.