[ https://issues.apache.org/jira/browse/HADOOP-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560231#action_12560231 ]
Hadoop QA commented on HADOOP-2525: ----------------------------------- +1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12373431/patch.txt against trunk revision r613030. @author +1. The patch does not contain any @author tags. javadoc +1. The javadoc tool did not generate any warning messages. javac +1. The applied patch does not generate any new compiler warnings. findbugs +1. The patch does not introduce any new Findbugs warnings. core tests +1. The patch passed core unit tests. contrib tests +1. The patch passed contrib unit tests. Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1633/testReport/ Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1633/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1633/artifact/trunk/build/test/checkstyle-errors.html Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1633/console This message is automatically generated. > Same 2 lines repeated 11 million times in HMaster log upon HMaster shutdown > --------------------------------------------------------------------------- > > Key: HADOOP-2525 > URL: https://issues.apache.org/jira/browse/HADOOP-2525 > Project: Hadoop > Issue Type: Bug > Components: contrib/hbase > Affects Versions: 0.15.0 > Environment: CentOS 5 > Reporter: Chris Kline > Assignee: Jim Kellerman > Priority: Minor > Fix For: 0.16.0 > > Attachments: patch.txt > > > Background: We ran out of disk space on HMaster before this issue occurred. > The sequence of events were: > 1. Ran out of disk space > 2. Freed up 10 GB of disk space > 3. Shut down HBase > We had the following 2 lines repeated over 11 million times in the span of 10 > minutes: > 2007-12-24 08:50:41,851 INFO org.apache.hadoop.hbase.HMaster: process > shutdown of server 10.100.11.64:60020: logSplit: true, rootChecked: false, > rootRescanned: false, numberOfMetaRegions: 1, onlineMetaRegions.size(): 0 > 2007-12-24 08:50:43,980 DEBUG org.apache.hadoop.hbase.HMaster: Main > processing loop: ProcessServerShutdown of 10.100.11.64:60020 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.