From 68941047912f5cb63ee83b87bd5fe610513936ba Mon Sep 17 00:00:00 2001 From: Greg Studer Date: Fri, 17 May 2013 12:25:07 -0300 Subject: [PATCH] Update sharded-cluster-internals.txt User had confusion because balance threshold resets when any chunk migration fails. --- source/core/sharded-cluster-internals.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/sharded-cluster-internals.txt b/source/core/sharded-cluster-internals.txt index 6de8bed9294..b5101141fcd 100644 --- a/source/core/sharded-cluster-internals.txt +++ b/source/core/sharded-cluster-internals.txt @@ -430,7 +430,7 @@ Greater than 80 8 Once a balancing round starts, the balancer will not stop until the difference between the number of chunks on any two shards is *less -than two.* +than two* or a chunk migration fails. .. note::