You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Izaak Rubin (JIRA)" <ji...@apache.org> on 2008/07/08 01:00:31 UTC

[jira] Updated: (HBASE-727) Client caught in an infinite loop when trying to connect to cached server locations

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

Izaak Rubin updated HBASE-727:
------------------------------

    Attachment: hbase-727_logfile_sample.txt

> Client caught in an infinite loop when trying to connect to cached server locations
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-727
>                 URL: https://issues.apache.org/jira/browse/HBASE-727
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: client, ipc
>            Reporter: Izaak Rubin
>            Assignee: Izaak Rubin
>            Priority: Minor
>         Attachments: hbase-727_logfile_sample.txt
>
>
> HbaseRPC, which (to my understanding) is used whenever there is a need to connect to a server, enters an infinite loop to continually retry the connection until it succeeds.  This makes sense for server-to-server interaction, but it doesn't necessarily make sense for all client-to-server interaction.
> The problem I first observed was in doing fast restarts of HBase.  When I attempted to reload the UI after a restart, it would infinitely try to re-contact the cached server location from before the restart.  The correct behavior would be to break out of the loop as soon as possible in situations like the one above.  I think that throwing a RetriesExhaustedException would be the best way to do this, although if anyone has any suggestions please let me know.

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