[ 
https://issues.apache.org/jira/browse/HBASE-15278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15265233#comment-15265233
 ] 

Hudson commented on HBASE-15278:
--------------------------------

FAILURE: Integrated in HBase-Trunk_matrix #884 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/884/])
HBASE-15278 AsyncRPCClient hangs if Connection closes before RPC call 
(chenheng: rev 01c0448ccd943186ba8045074a59e53f8f08c364)
* hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/AbstractTestIPC.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/AsyncServerResponseHandler.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/AsyncRpcChannel.java
Revert "HBASE-15278 AsyncRPCClient hangs if Connection closes before RPC 
(chenheng: rev ccd8888b4b5cbb5580633bc204c82edb25707287)
* hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/AbstractTestIPC.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/AsyncServerResponseHandler.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/AsyncRpcChannel.java


> AsyncRPCClient hangs if Connection closes before RPC call response 
> -------------------------------------------------------------------
>
>                 Key: HBASE-15278
>                 URL: https://issues.apache.org/jira/browse/HBASE-15278
>             Project: HBase
>          Issue Type: Bug
>          Components: rpc, test
>    Affects Versions: 2.0.0
>            Reporter: Enis Soztutar
>            Assignee: Heng Chen
>            Priority: Blocker
>             Fix For: 2.0.0
>
>         Attachments: HBASE-15278.patch, HBASE-15278_v1.patch, 
> HBASE-15278_v2.patch, HBASE-15278_v3.patch, hbase-15278_v00.patch
>
>
> The test for HBASE-15212 discovered an issue with Async RPC Client. 
> In that test, we are closing the connection if an RPC call writes a call 
> larger than max allowed size, the server closes the connection. However the 
> async client does not seem to handle connection closes with outstanding RPC 
> calls. The client just hangs. 
> Marking this blocker against 2.0 since it is default there. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to