[ https://issues.apache.org/jira/browse/HADOOP-2136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541079 ]
Jim Kellerman commented on HADOOP-2136: --------------------------------------- Hadoop-Nightly 297 failed for a different reason: - The region server's lease expired (Why? was the heartbeat thread starved?) - The region server gets a call startup message - The master splits the region server's log and deletes it. I think that when the region server called log.closeAndDelete(), it got an exception (because the file no longer existed) at that point it said "error restarting server" and quit. From there on the master is just looping because there is no region server to talk to We should probably just log an error for log.closeAndDelete() and proceed with region server restart. Also for that test, we should probably increase the lease timeout and make the lease timeout check happen less frequently accordingly > [hbase] TestTableIndex: variable substitution depth too large: 20 > ----------------------------------------------------------------- > > Key: HADOOP-2136 > URL: https://issues.apache.org/jira/browse/HADOOP-2136 > Project: Hadoop > Issue Type: Bug > Components: contrib/hbase > Reporter: stack > Priority: Minor > > See 'stack - 30/Oct/07 09:51 PM' comment over in HADOOP-2083 for description > of an error or see here: > http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/970/testReport/org.apache.hadoop.hbase.mapred/TestTableIndex/testTableIndex/ > Seems like its a rare occurrence. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.