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/10/12 07:19:15 UTC

[GitHub] [pulsar] codelipenghui opened a new issue #5377: Old message continue redeliver after clear backlog.

codelipenghui opened a new issue #5377: Old message continue redeliver after clear backlog.
URL: https://github.com/apache/pulsar/issues/5377
 
 
   **Describe the bug**
   We have some messages can't be consume correctly, so i clear the backlog of that subscription, but message redelivery did not stop.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Producer send some messages
   2. Consumer receive messages but do not ack them
   3. Clear backlog of the subscription which consume use
   4. un-acked messages will redeliver continuously
   
   **Expected behavior**
   Don't redeliver messages which is less than mark delete position
   

----------------------------------------------------------------
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