[hbase] TestCleanRegionServerExit failed in patch build #927
------------------------------------------------------------

                 Key: HADOOP-2038
                 URL: https://issues.apache.org/jira/browse/HADOOP-2038
             Project: Hadoop
          Issue Type: Bug
          Components: contrib/hbase
            Reporter: stack
            Assignee: stack
            Priority: Minor
             Fix For: 0.15.0


Looking at the hudson console logs, the region server with -ROOT- region went 
away.  Usually this is not the region server that goes down.  Its usually the 
one hosting other regions.  I noticed a while ago that we don't recover from 
this -ROOT- gone situation (where once we used to).  Chatting with Jim, a 
shutdown event gets queued and is supposed to be run after a 1/2 lease has 
expired.  I noticed that shutdown's getDelay always returned 1/2 a lease.  
Reading DelayQueue, the queue will not return elements on poll unless the 
queue'd items getDelay returns a value of <= 0.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to