Skip to content

Commit 0662c51

Browse files
author
Bob Grabar
committed
typo, small edits
1 parent ce8d3ee commit 0662c51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/core/sharded-clusters.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Shard Balancing
9292
---------------
9393

9494
Balancing is the process MongoDB uses to redistribute data within a
95-
:term:`sharded cluster`. When a :term:`shard` has a too many
95+
:term:`sharded cluster`. When a :term:`shard` has too many
9696
:term:`chunks <chunk>` when compared to other shards, MongoDB
9797
automatically balances the shards. MongoDB balances the shards without
9898
intervention from the application layer.
@@ -102,9 +102,9 @@ have on the cluster, by:
102102

103103
- Moving only one chunk at a time.
104104

105-
- Only initiating a balancing round when the difference in number of
106-
chunks between the shard with the greatest and the shard with the
107-
least number of chunks exceeds the :ref:`migration threshold
105+
- Initiating a balancing round **only** when the difference in the number of
106+
chunks between the shard with the greatest number and the shard with the
107+
lowest exceeds the :ref:`migration threshold
108108
<sharding-migration-thresholds>`.
109109

110110
You may disable the balancer on a temporary basis for

0 commit comments

Comments
 (0)