Amitanand Aiyer created HBASE-8524:
--------------------------------------

             Summary: HBaseClient gets stuck waiting for a response 
                 Key: HBASE-8524
                 URL: https://issues.apache.org/jira/browse/HBASE-8524
             Project: HBase
          Issue Type: Bug
    Affects Versions: 0.89-fb
            Reporter: Amitanand Aiyer
            Assignee: Amitanand Aiyer
            Priority: Minor
             Fix For: 0.89-fb


We've seen in a couple of replication use cases that the client thread keeps 
waiting for a response but waits for ever, as it does not get a response.

The client waits indefintely even if a rpcTimeout is specified.

1) Need to find out what is causing this. 

2) Convert the unconditional wait() in HBaseClient into a timed wait, so that 
the client can bail out if it waits longer than the rpcTimeout

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to