-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
Repl 16 (06/24/16), Repl 17 (07/15/16)
-
0
createCollection() can be called before the nodes actually agree on a primary. We rely on awaitReplication to ensure an election will not occur, but that's not a guarantee. Calling awaitNodesAgreeOnPrimary() should fix this.