[
https://issues.apache.org/jira/browse/DISPATCH-577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15765258#comment-15765258
]
ASF subversion and git services commented on DISPATCH-577:
----------------------------------------------------------
Commit b325f6bea366d029bf6366a0aa8ad69f82ce2b17 in qpid-dispatch's branch
refs/heads/master from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=b325f6b ]
DISPATCH-577: Fix latency regression introduced by commit 6e6929c
That commit introduced sporadic high latency messages, caused by insufficient
polling. This fixes the problem and is still fairly conservative: it checks the
need to re-poll before read/write processing rather than after, which could
result in at most one extra poll when the transport becomes
un-readable/un-writable.
> Server logs show unexpected POLLNVAL errors.
> --------------------------------------------
>
> Key: DISPATCH-577
> URL: https://issues.apache.org/jira/browse/DISPATCH-577
> Project: Qpid Dispatch
> Issue Type: Bug
> Components: Container
> Affects Versions: 0.7.0
> Reporter: Alan Conway
> Assignee: Alan Conway
> Priority: Minor
> Fix For: 0.8.0
>
>
> Logs show "unexpected poll event 0x0020" trace messages indicating POLLNVAL
> returned in poll events. The router is not detecting connection closure
> immediately and is trying to poll on closed sockets.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]