File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ removeShard
14
14
15
15
{ removeShard : "[shardName]" }
16
16
17
- The balancer will then migrating chunks from the shard specified by
17
+ The balancer will then migrate chunks from the shard specified by
18
18
``[shardName]``. This process happens slowly to avoid placing
19
19
undue load on the overall cluster.
20
20
@@ -36,7 +36,7 @@ removeShard
36
36
to list the databases that you must move from the shard.
37
37
38
38
Each database in a sharded cluster has a primary shard. If the
39
- shard you want to remove is also the primary of one the cluster's
39
+ shard you want to remove is also the primary of one of the cluster's
40
40
databases, then you must manually move the database to a new
41
41
shard. This can be only after the shard is empty. See the
42
42
:dbcommand:`movePrimary` command for details.
You can’t perform that action at this time.
0 commit comments