Return-Path: Delivered-To: apmail-hadoop-hbase-commits-archive@locus.apache.org Received: (qmail 19473 invoked from network); 8 Feb 2008 06:37:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Feb 2008 06:37:07 -0000 Received: (qmail 97272 invoked by uid 500); 8 Feb 2008 06:37:00 -0000 Delivered-To: apmail-hadoop-hbase-commits-archive@hadoop.apache.org Received: (qmail 97259 invoked by uid 500); 8 Feb 2008 06:37:00 -0000 Mailing-List: contact hbase-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-commits@hadoop.apache.org Received: (qmail 97250 invoked by uid 99); 8 Feb 2008 06:37:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2008 22:37:00 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Feb 2008 06:36:28 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 05B311A9838; Thu, 7 Feb 2008 22:36:36 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r619780 - in /hadoop/hbase/branches/0.1: ./ CHANGES.txt build.xml src/test/hbase-site.xml Date: Fri, 08 Feb 2008 06:36:35 -0000 To: hbase-commits@hadoop.apache.org From: jimk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080208063636.05B311A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jimk Date: Thu Feb 7 22:36:26 2008 New Revision: 619780 URL: http://svn.apache.org/viewvc?rev=619780&view=rev Log: HBase-421 TestRegionServerExit broken - back ported to HBase 0.1 Modified: hadoop/hbase/branches/0.1/ (props changed) hadoop/hbase/branches/0.1/CHANGES.txt hadoop/hbase/branches/0.1/build.xml hadoop/hbase/branches/0.1/src/test/hbase-site.xml Propchange: hadoop/hbase/branches/0.1/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Thu Feb 7 22:36:26 2008 @@ -1,2 +1,3 @@ -.project -.classpath +.project +.classpath +build Modified: hadoop/hbase/branches/0.1/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.1/CHANGES.txt?rev=619780&r1=619779&r2=619780&view=diff ============================================================================== --- hadoop/hbase/branches/0.1/CHANGES.txt (original) +++ hadoop/hbase/branches/0.1/CHANGES.txt Thu Feb 7 22:36:26 2008 @@ -23,6 +23,7 @@ HADOOP-2773 Master marks region offline when it is recovering from a region server death HBASE-425 Fix doc. so it accomodates new hbase untethered context + HBase-421 TestRegionServerExit broken IMPROVEMENTS HADOOP-2555 Refactor the HTable#get and HTable#getRow methods to avoid Modified: hadoop/hbase/branches/0.1/build.xml URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.1/build.xml?rev=619780&r1=619779&r2=619780&view=diff ============================================================================== --- hadoop/hbase/branches/0.1/build.xml (original) +++ hadoop/hbase/branches/0.1/build.xml Thu Feb 7 22:36:26 2008 @@ -1,348 +1,352 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Tests failed! - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tests failed! + + + + + + + + + Modified: hadoop/hbase/branches/0.1/src/test/hbase-site.xml URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.1/src/test/hbase-site.xml?rev=619780&r1=619779&r2=619780&view=diff ============================================================================== --- hadoop/hbase/branches/0.1/src/test/hbase-site.xml (original) +++ hadoop/hbase/branches/0.1/src/test/hbase-site.xml Thu Feb 7 22:36:26 2008 @@ -1,136 +1,122 @@ - - - - - - fs.default.name - - Use hdfs as file system by default. Modify this to run on - local file system. - - - - hbase.regionserver.msginterval - 1000 - 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. - - - - hbase.client.pause - 5000 - General client pause value. Used mostly as value to wait - before running a retry of a failed get, region lookup, etc. - - - hbase.master.meta.thread.rescanfrequency - 10000 - How long the HMaster sleeps (in milliseconds) between scans of - the root and meta tables. - - - - hbase.server.thread.wakefrequency - 1000 - Time to sleep in between searches for work (in milliseconds). - Used as sleep interval by service threads such as META scanner and log roller. - - - - hbase.regionserver.handler.count - 5 - Count of RPC Server instances spun up on RegionServers - Same property is used by the HMaster for count of master handlers. - Default is 10. - - - - hbase.master.lease.period - 6000 - Length of time the master will wait before timing out a region - server lease. Since region servers report in every second (see above), this - value has been reduced so that the master will notice a dead region server - sooner. The default is 30 seconds. - - - - hbase.master.info.port - -1 - The port for the hbase master web UI - Set to -1 if you do not want the info server to run. - - - - hbase.regionserver.info.port - -1 - The port for the hbase regionserver web UI - Set to -1 if you do not want the info server to run. - - - - hbase.master.info.port - -1 - The port for the hbase master web UI - Set to -1 if you do not want the info server to run. - - - - hbase.regionserver.info.port - -1 - The port for the hbase regionserver web UI - Set to -1 if you do not want the info server to run. - - - - hbase.master.lease.thread.wakefrequency - 3000 - The interval between checks for expired region server leases. - This value has been reduced due to the other reduced values above so that - the master will notice a dead region server sooner. The default is 15 seconds. - - - - hbase.regionserver.optionalcacheflushinterval - 10000 - - Amount of time to wait since the last time a region was flushed before - invoking an optional cache flush. Default 60,000. - - - - hbase.rootdir - /hbase - location of HBase instance in dfs - - - hbase.hregion.max.filesize - 67108864 - - Maximum desired file size for an HRegion. If filesize exceeds - value + (value / 2), the HRegion is split in two. Default: 256M. - - Keep the maximum filesize small so we split more often in tests. - - - + + + + + + fs.default.name + + Use hdfs as file system by default. Modify this to run on + local file system. + + + + hbase.regionserver.msginterval + 1000 + 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. + + + + hbase.client.pause + 5000 + General client pause value. Used mostly as value to wait + before running a retry of a failed get, region lookup, etc. + + + hbase.master.meta.thread.rescanfrequency + 10000 + How long the HMaster sleeps (in milliseconds) between scans of + the root and meta tables. + + + + hbase.server.thread.wakefrequency + 1000 + Time to sleep in between searches for work (in milliseconds). + Used as sleep interval by service threads such as META scanner and log roller. + + + + hbase.regionserver.handler.count + 5 + Count of RPC Server instances spun up on RegionServers + Same property is used by the HMaster for count of master handlers. + Default is 10. + + + + hbase.master.lease.period + 6000 + Length of time the master will wait before timing out a region + server lease. Since region servers report in every second (see above), this + value has been reduced so that the master will notice a dead region server + sooner. The default is 30 seconds. + + + + hbase.master.info.port + -1 + The port for the hbase master web UI + Set to -1 if you do not want the info server to run. + + + + hbase.regionserver.info.port + -1 + The port for the hbase regionserver web UI + Set to -1 if you do not want the info server to run. + + + + hbase.master.lease.thread.wakefrequency + 3000 + The interval between checks for expired region server leases. + This value has been reduced due to the other reduced values above so that + the master will notice a dead region server sooner. The default is 15 seconds. + + + + hbase.regionserver.optionalcacheflushinterval + 10000 + + Amount of time to wait since the last time a region was flushed before + invoking an optional cache flush. Default 60,000. + + + + hbase.rootdir + /hbase + location of HBase instance in dfs + + + hbase.hregion.max.filesize + 67108864 + + Maximum desired file size for an HRegion. If filesize exceeds + value + (value / 2), the HRegion is split in two. Default: 256M. + + Keep the maximum filesize small so we split more often in tests. + + +