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

Hudson commented on HBASE-18199:
--------------------------------

SUCCESS: Integrated in Jenkins build HBase-1.4 #771 (See 
[https://builds.apache.org/job/HBase-1.4/771/])
HBASE-18199 Race in NettyRpcConnection may cause call stuck in (zhangduo: rev 
6860ddca9f1237129f50d6920d20b832f3ded50d)
* (edit) 
hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/NettyRpcConnection.java


> Race in NettyRpcConnection may cause call stuck in 
> BufferCallBeforeInitHandler forever
> --------------------------------------------------------------------------------------
>
>                 Key: HBASE-18199
>                 URL: https://issues.apache.org/jira/browse/HBASE-18199
>             Project: HBase
>          Issue Type: Bug
>          Components: IPC/RPC
>    Affects Versions: 3.0.0, 1.4.0, 2.0.0-alpha-1
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>             Fix For: 3.0.0, 1.4.0, 2.0.0-alpha-2
>
>         Attachments: HBASE-18199.patch, HBASE-18199-v1.patch
>
>
> Found this when implementing the POC of HDFS-9924.
> The problem is that channel.writeAndFlush will find the first outbound 
> handler before scheduling the actual write task into event loop, so it is 
> possible that when we actually execute the write task, the first outbound 
> handler has already been changed but the task still refers to the old handler 
> which has already been removed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to