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 2020/03/06 10:53:21 UTC

[GitHub] [pulsar] k2la opened a new pull request #6498: [pulsar-clientc-cpp] Fix Redelivery of Messages on UnackedMessageTracker When Ack Messages .

k2la opened a new pull request #6498: [pulsar-clientc-cpp] Fix Redelivery of Messages on UnackedMessageTracker When Ack Messages .
URL: https://github.com/apache/pulsar/pull/6498
 
 
   ### Motivation
   Because of #6391 , acked messages were counted as unacked messages. 
   Although messages from brokers were acknowledged, the following log was output.
   
   ```
   2020-03-06 19:44:51.790 INFO  ConsumerImpl:174 | [persistent://public/default/t1, sub1, 0] Created consumer on broker [127.0.0.1:58860 -> 127.0.0.1:6650]
   my-message-0: Fri Mar  6 19:45:05 2020
   my-message-1: Fri Mar  6 19:45:05 2020
   my-message-2: Fri Mar  6 19:45:05 2020
   2020-03-06 19:45:15.818 INFO  UnAckedMessageTrackerEnabled:53 | [persistent://public/default/t1, sub1, 0] : 3 Messages were not acked within 10000 time
   
   ```
   
   This behavior happened on master branch.

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

[GitHub] [pulsar] jiazhai commented on issue #6498: [pulsar-client-cpp] Fix Redelivery of Messages on UnackedMessageTracker When Ack Messages .

Posted by GitBox <gi...@apache.org>.
jiazhai commented on issue #6498: [pulsar-client-cpp] Fix Redelivery of Messages on UnackedMessageTracker When Ack Messages .
URL: https://github.com/apache/pulsar/pull/6498#issuecomment-598580666
 
 
   cherry-picked into branch-2.5

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

[GitHub] [pulsar] k2la commented on issue #6498: [pulsar-client-cpp] Fix Redelivery of Messages on UnackedMessageTracker When Ack Messages .

Posted by GitBox <gi...@apache.org>.
k2la commented on issue #6498: [pulsar-client-cpp] Fix Redelivery of Messages on UnackedMessageTracker When Ack Messages .
URL: https://github.com/apache/pulsar/pull/6498#issuecomment-595779041
 
 
   /pulsarbot run-failure-checks

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

[GitHub] [pulsar] sijie merged pull request #6498: [pulsar-client-cpp] Fix Redelivery of Messages on UnackedMessageTracker When Ack Messages .

Posted by GitBox <gi...@apache.org>.
sijie merged pull request #6498: [pulsar-client-cpp] Fix Redelivery of Messages on UnackedMessageTracker When Ack Messages .
URL: https://github.com/apache/pulsar/pull/6498
 
 
   

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