summaryrefslogtreecommitdiff
path: root/src/mongo/base
diff options
context:
space:
mode:
authorDianna Hohensee <dianna.hohensee@10gen.com>2016-08-26 10:05:33 -0400
committerDianna Hohensee <dianna.hohensee@10gen.com>2016-08-29 14:45:28 -0400
commit2374ef1a3ac05e3fca39485ef4824f559b1c082c (patch)
tree8e77f558622ace83f281463c335ea46f4aa23b11 /src/mongo/base
parent518b6e97a55e8cd1b133d9d2e1b759d9dddf5430 (diff)
downloadmongo-2374ef1a3ac05e3fca39485ef4824f559b1c082c.tar.gz
SERVER-24470 CommitChunkMigration command checks that the balancer still has the distributed lock
Diffstat (limited to 'src/mongo/base')
-rw-r--r--src/mongo/base/error_codes.err1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/base/error_codes.err b/src/mongo/base/error_codes.err
index fc894155e5d..50a38f41816 100644
--- a/src/mongo/base/error_codes.err
+++ b/src/mongo/base/error_codes.err
@@ -189,6 +189,7 @@ error_code("LinearizableReadConcernError", 187)
error_code("IncompatibleServerVersion", 188)
error_code("PrimarySteppedDown", 189)
error_code("MasterSlaveConnectionFailure", 190)
+error_code("BalancerLostDistributedLock", 191)
# Non-sequential error codes (for compatibility only)
error_code("SocketException", 9001)