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/04/08 02:57:36 UTC

[jira] Updated: (HBASE-2417) HCM.locateRootRegion fails hard on "Connection refused"

     [ https://issues.apache.org/jira/browse/HBASE-2417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Daniel Cryans updated HBASE-2417:
--------------------------------------

    Attachment: HBASE-2417.patch

Using the normal way to contact a region server, but without retries since we already manage them in the locateRootRegion method. Tested with my replication stuff and it works well.

> HCM.locateRootRegion fails hard on "Connection refused"
> -------------------------------------------------------
>
>                 Key: HBASE-2417
>                 URL: https://issues.apache.org/jira/browse/HBASE-2417
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.3
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>             Fix For: 0.20.4, 0.21.0
>
>         Attachments: HBASE-2417.patch
>
>
> While running some tests on replication, I saw that our client does something dumb if it tries to contact a dead region server that held the ROOT region in HCM.locateRootRegion. Will post stack trace in a comment.
> The problem here is that we don't retry at all, the exception will come straight out of HCM like it's the end of the world.

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