[
https://issues.apache.org/jira/browse/PROTON-2334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288522#comment-17288522
]
Clifford Jansen commented on PROTON-2334:
-----------------------------------------
cpp reconnect_test fails because of a premature PN_PROACTOR_INACTIVE event.
The libuv proactor can generate PN_PROACTOR_INACTIVE events at the wrong time
or fail to generate them.
The tracking of new connections by the proactor is deferred until a context
switch, which can be too late to note that there has not been a transition to
INACTIVE.
The check for INACTIVE state is made just before a TIMEOUT event is consumed,
instead of just after, which can generate a spurious INACTIVE event.
> Fix libuv proactor ctest failures
> ---------------------------------
>
> Key: PROTON-2334
> URL: https://issues.apache.org/jira/browse/PROTON-2334
> Project: Qpid Proton
> Issue Type: Bug
> Components: proton-c
> Affects Versions: proton-c-0.33.0
> Reporter: Clifford Jansen
> Assignee: Clifford Jansen
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]