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

Cliff Jansen commented on PROTON-1491:
--------------------------------------

If an IO callback is in doubt, the current code rearms for (EPOLLIN|EPOLLOUT) 
before issuing a shutdown to force at least one call back.  This second rearm 
can happen just after a separate IO event launches a callback leaving two 
simultaneous callbacks.

Separate testing shows that the shutdown works as intended without the 
additional rearm.  So removing that fixes the problem.


> C epoll proactor has straggling callback after connection teardown
> ------------------------------------------------------------------
>
>                 Key: PROTON-1491
>                 URL: https://issues.apache.org/jira/browse/PROTON-1491
>             Project: Qpid Proton
>          Issue Type: Bug
>    Affects Versions: 0.18.0
>            Reporter: Cliff Jansen
>            Assignee: Cliff Jansen
>             Fix For: 0.18.0
>
>




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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to