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 2017/04/11 18:38:41 UTC

[jira] [Commented] (DISPATCH-742) Assert while passing multicast or presettled anycast msgs across network

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

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

Commit 3c786e14cc2ce316988ae2d7b813ac36332daa20 in qpid-dispatch's branch refs/heads/master from [~tross@redhat.com]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=3c786e1 ]

DISPATCH-742 - Prevent presettled deliveries from being dropped from a link-work record that is concurrently being processed by an IO thread.


> Assert while passing multicast or presettled anycast msgs across network
> ------------------------------------------------------------------------
>
>                 Key: DISPATCH-742
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-742
>             Project: Qpid Dispatch
>          Issue Type: Bug
>          Components: Router Node
>    Affects Versions: 0.8.0
>         Environment: Fedora 25. Two node network. One sender on node A, one receiver on node B. Send/recv clients are Proton Cpp simple_send and simple_recv.
> All on localhost
>            Reporter: Chuck Rolke
>            Assignee: Ted Ross
>             Fix For: 0.8.0
>
>
> Node B Assert fail somewhere between 5,000 and 10,000 messages.
> {noformat}
>  qdrouterd: /home/chug/git/qpid-dispatch/src/router_core/connections.c:253: qdr_connection_process: Assertion `count <= link_work->value' failed.
> {noformat}
> Sender sends 10k, receiver receives 7.2k messages, usually. Reproduces fairly easily.
> Node A config:
> {noformat}
> router {
>     mode: interior
>     id: Router.A
> }
> listener {
>     host: 127.0.0.1
>     port: 5672
>     authenticatePeer: no
> }
> address {
>     prefix: q1
>     distribution: multicast
> }
> connector {
>     name: INTER_ROUTER
>     host: 127.0.0.1
>     port: 21000
>     role: inter-router
> }
> log {
>     module: DEFAULT
>     enable: info+
>     output: /home/chug/Research/qdr/message-copy/gen-test-network/2017-04-10_11-41-17_2/A.log
> }
> {noformat}
> Node B config:
> {noformat}
> router {
>     mode: interior
>     id: Router.B
> }
> listener {
>     host: 127.0.0.1
>     port: 21000
>     authenticatePeer: no
>     role: inter-router
> }
> listener {
>     host: 127.0.0.1
>     port: 55672
>     authenticatePeer: no
> }
> log {
>     module: DEFAULT
>     enable: info+
>     output: /home/chug/Research/qdr/message-copy/gen-test-network/2017-04-10_11-41-17_2/B.log
> }
> {noformat}



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

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