From 4100951aaca160543a3835c7542ae4f01889ea16 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Sat, 11 Oct 2008 04:06:10 +0000 Subject: [PATCH] Fix a few descriptions git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@703629 13f79535-47bb-0310-9956-ffa450edef68 --- conf/hbase-default.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/conf/hbase-default.xml b/conf/hbase-default.xml index a24edeb6fd0..ae3855169c1 100644 --- a/conf/hbase-default.xml +++ b/conf/hbase-default.xml @@ -121,7 +121,7 @@ hbase.master.lease.period 120000 HMaster server lease period in milliseconds. Default is - 60 seconds. Region servers must report in within this period else + 120 seconds. Region servers must report in within this period else they are considered dead. On loaded cluster, may need to up this period. @@ -158,8 +158,7 @@ hbase.regionserver.msginterval 3000 Interval between messages from the RegionServer to HMaster - in milliseconds. Default is 15. Set this value low if you want unit - tests to be responsive. + in milliseconds. Default is 3 seconds.