From aa4af7ea6187bf28de1151d89937b7127241e8ae Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Fri, 2 Nov 2012 19:32:45 +0000 Subject: [PATCH] Add note on hbase.master.wait.on.regionservers.mintostart to required configs git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1405120 13f79535-47bb-0310-9956-ffa450edef68 --- src/docbkx/configuration.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/docbkx/configuration.xml b/src/docbkx/configuration.xml index b50c41194e8..cb793335024 100644 --- a/src/docbkx/configuration.xml +++ b/src/docbkx/configuration.xml @@ -933,6 +933,18 @@ index e70ebc6..96f8c27 100644
Required Configurations Review the and sections. +
Big Cluster Configurations + If a cluster with a lot of regions, it is possible if an eager beaver + regionserver checks in soon after master start while all the rest in the + cluster are laggardly, this first server to checkin will be assigned all + regions. If lots of regions, this first server could buckle under the + load. To prevent the above scenario happening up the + hbase.master.wait.on.regionservers.mintostart from its + default value of 1. See + HBASE-6389 Modify the conditions to ensure that Master waits for sufficient number of Region Servers before starting region assignments + for more detail. + +
Recommended Configurations