You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/08/15 02:29:16 UTC

[GitHub] [pulsar] benxinglong opened a new issue #4954: 'msgBacklog' is wrong when use Producer.sendAsync() send message

benxinglong opened a new issue #4954: 'msgBacklog' is wrong when use Producer.sendAsync() send message
URL: https://github.com/apache/pulsar/issues/4954
 
 
   **Describe the bug**
   When use Producer.sendAsync() method send message to some topic( already has subscription),the value of 'msgBacklog' is wrong.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. use command "pulsar-client consume -s test -n 0 test" to create topic and subscription ,then exit
   2. send 10 messages to Topic "test"  by  Producer.sendAsync()  
   3. use command "pulsar-admin persistent stats test",check the value of 'msgBacklog'
   4. the value of 'msgBacklog' is wrong
   
   **Expected behavior**
   The value of 'msgBacklog' should be 10
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services