[ https://issues.apache.org/jira/browse/HBASE-3203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928878#action_12928878 ]
stack commented on HBASE-3203: ------------------------------ Thanks for the review. We used to do 'stopping'. Smile. 'Stopping' gets us closer to classic Lifecycle. I think just needed for this at mo. > 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 > > Attachments: stopping-v2.txt, stopping-v3.txt, stopping.txt > > > 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.