Skip to content

Commit 14e8688

Browse files
Greg StuderDan Pasette
authored andcommitted
SERVER-12908 don't aggressively retry when config inconsistency detected in balancer
1 parent 435f611 commit 14e8688

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mongo/s/balance.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@ namespace mongo {
467467
conn.done();
468468
warning() << "Skipping balancing round because data inconsistency"
469469
<< " was detected amongst the config servers." << endl;
470+
sleepsecs( sleepTime );
470471
continue;
471472
}
472473

0 commit comments

Comments
 (0)