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

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

Commit 6631c2ad270b6fc27ab504a6f7585f1e8ac56475 in qpid-dispatch's branch 
refs/heads/master from Ganesh Murthy
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=6631c2a ]

DISPATCH-1213 - Do not increment the released count for presettled deliveries. 
This fixes a regression introduced in an earlier commit


> Sender  link  sending  pre-settled multi-frame deliveries can stall if 
> receiver drops  
> ---------------------------------------------------------------------------------------
>
>                 Key: DISPATCH-1213
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1213
>             Project: Qpid Dispatch
>          Issue Type: Bug
>          Components: Container
>    Affects Versions: 1.4.1
>            Reporter: Ganesh Murthy
>            Assignee: Ganesh Murthy
>            Priority: Major
>             Fix For: 1.5.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Steps to reproduce -
>  # Start the router
>  #  Start a receiver and receive 10 messages.
> {noformat}
> python simple_recv.py --address 0.0.0.0/examples -m10{noformat}
>  # Send 200 large presettled messages
> {noformat}
> python big_send_settled.py --address 0.0.0.0/examples -m200{noformat}
>  # Look at the output of qdstat -g
> {noformat}
> [gmurthy@localhost ~]$ qdstat -g
> Router Statistics
>   attr                             value
>   =============================================================
>   Version                          1.5.0-SNAPSHOT
>   Mode                             standalone
>   Router Id                        Standalone_lPF38hMqjGI_iAO
>   Area                             0
>   Link Routes                      0
>   Auto Links                       0
>   Links                            3
>   Nodes                            0
>   Addresses                        5
>   Connections                      2
>   Presettled Count                 17
>   Dropped Presettled Count         2
>   Accepted Count                   1
>   Rejected Count                   0
>   Released Count                   0
>   Modified Count                   0
>   Ingress Count                    19
>   Egress Count                     17
>   Transit Count                    0
>   Deliveries from Route Container  0
>   Deliveries to Route Container    0
> {noformat}
> The Ingress Count should be more than 200. We had all the credit we need to 
> send 200 messages.
>  # The messages are stuck inside the proton buffer. The router stopped 
> fetching the messages from the proton buffer as soon as the q2_holdoff limit 
> was hit.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to