You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2010/05/10 02:53:47 UTC

[jira] Created: (HBASE-2525) If one-RS only and its restarted before its shutdown is completely processed, we'll never complete shutdown processing

If one-RS only and its restarted before its shutdown is completely processed, we'll never complete shutdown processing
----------------------------------------------------------------------------------------------------------------------

                 Key: HBASE-2525
                 URL: https://issues.apache.org/jira/browse/HBASE-2525
             Project: Hadoop HBase
          Issue Type: Bug
            Reporter: stack
            Assignee: stack
             Fix For: 0.20.5, 0.21.0
         Attachments: 2525.txt

This is why TestZooKeeper is currently broken in build.  There is a single RS only in that test.  Its restarted using the hbase.regionserver.restart.on.zk.expire facility in the RS.  HBASE-2413 added blocking new servers of same host+port until the old is processed but if the old was only server carrying root and meta, and we won't let in the new server until the old server is processed AND processing of old server shutdown inline has assignment of root and meta, we're stuck.

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


[jira] Resolved: (HBASE-2525) If one-RS only and its restarted before its shutdown is completely processed, we'll never complete shutdown processing

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-2525.
--------------------------

    Hadoop Flags: [Reviewed]
      Resolution: Fixed

Thanks for the review J-D.  Committed branch and trunk.

> If one-RS only and its restarted before its shutdown is completely processed, we'll never complete shutdown processing
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-2525
>                 URL: https://issues.apache.org/jira/browse/HBASE-2525
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.20.5, 0.21.0
>
>         Attachments: 2525-v2.txt, 2525.txt
>
>
> This is why TestZooKeeper is currently broken in build.  There is a single RS only in that test.  Its restarted using the hbase.regionserver.restart.on.zk.expire facility in the RS.  HBASE-2413 added blocking new servers of same host+port until the old is processed but if the old was only server carrying root and meta, and we won't let in the new server until the old server is processed AND processing of old server shutdown inline has assignment of root and meta, we're stuck.

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