We can get an order to open a region while shutting down and it'll hold up 
regionserver shutdown
------------------------------------------------------------------------------------------------

                 Key: HBASE-3203
                 URL: https://issues.apache.org/jira/browse/HBASE-3203
             Project: HBase
          Issue Type: Bug
            Reporter: stack
             Fix For: 0.90.0


Starting and stopping clusters I see that an open directive can come in while 
we are shutting down all the user space regions on a particular regionserver.  
Regionservers will only shut themselves down after all user space regions have 
closed.  We queue up all the closes at a particular time.  If an open comes in 
while we are in the closing condition, then the regionserver won't go down.  
The region open needs to be blocked.

-- 
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