File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -502,7 +502,7 @@ chunk exceeds the :ref:`chunk size <sharding-chunk-size>`. The
502
502
immediately if :program:`mongos` predicts future insertions will
503
503
benefit from the move.
504
504
505
- The MongoDB treats all chunks the same, whether split manually or
505
+ MongoDB treats all chunks the same, whether split manually or
506
506
automatically by the system.
507
507
508
508
.. warning::
@@ -1004,12 +1004,12 @@ all migration, use the following procedure:
1004
1004
the in progress migration. After disabling, you can use the
1005
1005
following operation in the :program:`mongo` shell to determine if
1006
1006
there are no migrations in progress:
1007
-
1007
+
1008
1008
.. code-block:: javascript
1009
1009
1010
1010
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);
1013
1013
}
1014
1014
1015
1015
You can’t perform that action at this time.
0 commit comments