[jira] [Commented] (PROTON-1491) C epoll proactor has straggling callback after connection teardown

2017-06-02 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on PROTON-1491:
-

Commit 4edd7fe17430ea39bb388a0f085a19ea68619238 in qpid-proton's branch 
refs/heads/PROTON-1488 from Clifford Jansen
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=4edd7fe ]

PROTON-1491: epoll proactor - remove spurrious IO rearm on close


> 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



[jira] [Commented] (PROTON-1491) C epoll proactor has straggling callback after connection teardown

2017-05-26 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on PROTON-1491:
-

Commit 4edd7fe17430ea39bb388a0f085a19ea68619238 in qpid-proton's branch 
refs/heads/master from Clifford Jansen
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=4edd7fe ]

PROTON-1491: epoll proactor - remove spurrious IO rearm on close


> 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



[jira] [Commented] (PROTON-1491) C epoll proactor has straggling callback after connection teardown

2017-05-26 Thread Cliff Jansen (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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