Skip to content

Commit 59dca5e

Browse files
author
Sam Kleinman
committed
fixes DOCS-769
1 parent 9a30c04 commit 59dca5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/administration/sharding.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ chunk exceeds the :ref:`chunk size <sharding-chunk-size>`. The
502502
immediately if :program:`mongos` predicts future insertions will
503503
benefit from the move.
504504

505-
The MongoDB treats all chunks the same, whether split manually or
505+
MongoDB treats all chunks the same, whether split manually or
506506
automatically by the system.
507507

508508
.. warning::
@@ -1004,12 +1004,12 @@ all migration, use the following procedure:
10041004
the in progress migration. After disabling, you can use the
10051005
following operation in the :program:`mongo` shell to determine if
10061006
there are no migrations in progress:
1007-
1007+
10081008
.. code-block:: javascript
10091009

10101010
use config
1011-
while( db.locks.findOne({_id: "balancer"}).state ) {
1012-
print("waiting..."); sleep(1000);
1011+
while( db.locks.findOne({_id: "balancer"}).state ) {
1012+
print("waiting..."); sleep(1000);
10131013
}
10141014

10151015

0 commit comments

Comments
 (0)