You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2010/05/26 01:03:34 UTC

[jira] Created: (HBASE-2613) Remove the code around MSG_CALL_SERVER_STARTUP

Remove the code around MSG_CALL_SERVER_STARTUP
----------------------------------------------

                 Key: HBASE-2613
                 URL: https://issues.apache.org/jira/browse/HBASE-2613
             Project: HBase
          Issue Type: Improvement
            Reporter: Jean-Daniel Cryans
            Assignee: Jean-Daniel Cryans
             Fix For: 0.21.0


Currently we have a weird piece of code in the master that handles region servers that report but that we don't know about. People likely see:

{code}
      LOG.warn("Received report from unknown server -- telling it " +
        "to " + HMsg.CALL_SERVER_STARTUP + ": " + info.getServerName());
{code}

But I never saw that working.correctly, usually the region server will restar-ish and we will likely end up with double assignment.

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


[jira] Resolved: (HBASE-2613) Remove the code around MSG_CALL_SERVER_STARTUP

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

Jean-Daniel Cryans resolved HBASE-2613.
---------------------------------------

     Hadoop Flags: [Reviewed]
    Fix Version/s: 0.20.5
       Resolution: Fixed

Committed to trunk and branch.

> Remove the code around MSG_CALL_SERVER_STARTUP
> ----------------------------------------------
>
>                 Key: HBASE-2613
>                 URL: https://issues.apache.org/jira/browse/HBASE-2613
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>             Fix For: 0.20.5, 0.21.0
>
>         Attachments: HBASE-2613-v2-branch.patch, HBASE-2613-v2.patch
>
>
> Currently we have a weird piece of code in the master that handles region servers that report but that we don't know about. People likely see:
> {code}
>       LOG.warn("Received report from unknown server -- telling it " +
>         "to " + HMsg.CALL_SERVER_STARTUP + ": " + info.getServerName());
> {code}
> But I never saw that working.correctly, usually the region server will restar-ish and we will likely end up with double assignment.

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