1
0
Fork 0

Wait for sync rep before dropping and recreating collection.

This commit is contained in:
Max Neunhoeffer 2016-06-17 14:18:48 -07:00
parent 4710059bd7
commit 3bb4424b18
1 changed files with 2 additions and 0 deletions

View File

@ -328,6 +328,8 @@ function SynchronousReplicationSuite () {
return;
}
console.info("Need to recreate collection to avoid system collection servers.");
waitForSynchronousReplication("_system");
console.info("Synchronous replication has settled, now dropping again.");
}
},