You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/04/04 18:14:25 UTC

[jira] [Commented] (DISPATCH-255) Policy miscounts quick socket open/close against total connection limit

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

ASF subversion and git services commented on DISPATCH-255:
----------------------------------------------------------

Commit 7817e2b8778f090407bfb636862993ed2fd06f30 in qpid-dispatch's branch refs/heads/master from [~chug]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=7817e2b ]

DISPATCH-255: Policy miscounting socket open/close.
Eliminate redundant connection context.


> Policy miscounts quick socket open/close against total connection limit
> -----------------------------------------------------------------------
>
>                 Key: DISPATCH-255
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-255
>             Project: Qpid Dispatch
>          Issue Type: Bug
>            Reporter: Chuck Rolke
>            Assignee: Chuck Rolke
>
> Self test system_tests_policy is failing.
> In the test the tester.router is created with
> {noformat}
> cls.router = cls.tester.qdrouterd('conn-limit-router', config, wait=True)
> {noformat}
> For the Wait=true the test code repeated opens a socket to the configured listener.
> When the socket connects then the router is declared up and ready.
> Internally though the policy code has counted the socket open as an incoming listener connection. This failure comes when the socket closes and the connection is not 'uncounted'.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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