summaryrefslogtreecommitdiff
path: root/jstests/sharding/large_chunk.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/large_chunk.js')
-rw-r--r--jstests/sharding/large_chunk.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/large_chunk.js b/jstests/sharding/large_chunk.js
index 06333b3cec3..ae02733395b 100644
--- a/jstests/sharding/large_chunk.js
+++ b/jstests/sharding/large_chunk.js
@@ -38,7 +38,7 @@ s.adminCommand( { shardcollection : "test.foo" , key : { _id : 1 } } );
assert.eq( 1 , s.config.chunks.count() , "step 1 - need one large chunk" );
-primary = s.getServer( "test" ).getDB( "test" );
+primary = s.getPrimaryShard( "test" ).getDB( "test" );
secondary = s.getOther( primary ).getDB( "test" );
// Make sure that we don't move that chunk if it goes past what we consider the maximum chunk size