summaryrefslogtreecommitdiff
path: root/src/mongo
diff options
context:
space:
mode:
authorGreg Studer <greg@10gen.com>2014-02-28 09:35:54 -0500
committerGreg Studer <greg@10gen.com>2014-03-03 12:11:11 -0500
commit1ffdd358b9fa048794a09bbc644f6043dde15eeb (patch)
tree4b660880d633b72c3ed4eafb9306c6fa2eab012c /src/mongo
parent8ea1893b027876922bb16a09fa9d4691946f7700 (diff)
downloadmongo-1ffdd358b9fa048794a09bbc644f6043dde15eeb.tar.gz
SERVER-12908 don't aggressively retry when config inconsistency detected in balancer
Diffstat (limited to 'src/mongo')
-rw-r--r--src/mongo/s/balance.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/s/balance.cpp b/src/mongo/s/balance.cpp
index f33dd6a4a73..26856dea0dd 100644
--- a/src/mongo/s/balance.cpp
+++ b/src/mongo/s/balance.cpp
@@ -484,6 +484,7 @@ namespace mongo {
conn.done();
warning() << "Skipping balancing round because data inconsistency"
<< " was detected amongst the config servers." << endl;
+ sleepsecs( sleepTime );
continue;
}