You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2010/07/15 19:46:49 UTC

[jira] Created: (HBASE-2837) HBASE-2613 broke rolling upgrades

HBASE-2613 broke rolling upgrades
---------------------------------

                 Key: HBASE-2837
                 URL: https://issues.apache.org/jira/browse/HBASE-2837
             Project: HBase
          Issue Type: Bug
    Affects Versions: 0.20.5
            Reporter: Jean-Daniel Cryans
            Assignee: Jean-Daniel Cryans
            Priority: Blocker
             Fix For: 0.20.6


HBASE-2613 broke rolling upgrades because it removed MSG_CALL_SERVER_STARTUP from the HMsg.Type enum. Even if it won't be used anywhere, we should put it back so that people can do rolling upgrades.

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


[jira] Resolved: (HBASE-2837) HBASE-2613 broke rolling upgrades

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

Jean-Daniel Cryans resolved HBASE-2837.
---------------------------------------

    Resolution: Fixed

Committed this to branch in HMsg:

{code}
+
+    /** UNUSED, it's kept in 0.20 only for rolling upgrades */
+    MSG_CALL_SERVER_STARTUP,
{code}

> HBASE-2613 broke rolling upgrades
> ---------------------------------
>
>                 Key: HBASE-2837
>                 URL: https://issues.apache.org/jira/browse/HBASE-2837
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.5
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>            Priority: Blocker
>             Fix For: 0.20.6
>
>
> HBASE-2613 broke rolling upgrades because it removed MSG_CALL_SERVER_STARTUP from the HMsg.Type enum. Even if it won't be used anywhere, we should put it back so that people can do rolling upgrades.

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