summaryrefslogtreecommitdiff
path: root/jstests/sharding/update_immutable_fields.js
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2015-11-10 16:06:03 -0500
committerRandolph Tan <randolph@10gen.com>2015-11-17 17:50:47 -0500
commit9f055d483c3238a785c0f508f4011dc49a770504 (patch)
tree3652e4616bb0d467802ebbb52ec2ed0e89cdf7c9 /jstests/sharding/update_immutable_fields.js
parent921659243d9b3691cbf6d82ebd8722cf9e912b1f (diff)
downloadmongo-9f055d483c3238a785c0f508f4011dc49a770504.tar.gz
SERVER-21233 Sharding config servers should not be pinging the distributed lock
Diffstat (limited to 'jstests/sharding/update_immutable_fields.js')
-rw-r--r--jstests/sharding/update_immutable_fields.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/sharding/update_immutable_fields.js b/jstests/sharding/update_immutable_fields.js
index 0ba27bd2706..e90ecb7e037 100644
--- a/jstests/sharding/update_immutable_fields.js
+++ b/jstests/sharding/update_immutable_fields.js
@@ -26,6 +26,7 @@ var getDirectShardedConn = function( st, collName ) {
authoritative : true,
configdb : configConnStr,
version : maxChunk.lastmod,
+ shard: 'shard0000',
versionEpoch : maxChunk.lastmodEpoch };
printjson( ssvInitCmd );