From 0662c51ff3d49ed71a54f25e63558c954e04b839 Mon Sep 17 00:00:00 2001 From: Bob Grabar Date: Tue, 12 Feb 2013 14:42:20 -0500 Subject: [PATCH] typo, small edits --- source/core/sharded-clusters.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/core/sharded-clusters.txt b/source/core/sharded-clusters.txt index 299014d51c2..03cf59b9152 100644 --- a/source/core/sharded-clusters.txt +++ b/source/core/sharded-clusters.txt @@ -92,7 +92,7 @@ Shard Balancing --------------- Balancing is the process MongoDB uses to redistribute data within a -:term:`sharded cluster`. When a :term:`shard` has a too many +:term:`sharded cluster`. When a :term:`shard` has too many :term:`chunks ` when compared to other shards, MongoDB automatically balances the shards. MongoDB balances the shards without intervention from the application layer. @@ -102,9 +102,9 @@ have on the cluster, by: - Moving only one chunk at a time. -- Only initiating a balancing round when the difference in number of - chunks between the shard with the greatest and the shard with the - least number of chunks exceeds the :ref:`migration threshold +- Initiating a balancing round **only** when the difference in the number of + chunks between the shard with the greatest number and the shard with the + lowest exceeds the :ref:`migration threshold `. You may disable the balancer on a temporary basis for