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/07/01 14:10:01 UTC

[GitHub] [pulsar] wolfstudy opened a new pull request #4653: [issue 4589] Fix redelivered message logic of partition topic

wolfstudy opened a new pull request #4653: [issue 4589] Fix redelivered message logic of partition topic
URL: https://github.com/apache/pulsar/pull/4653
 
 
   Fixes #4589
   
   ### Motivation
   
   When using Partition-topic, the logic of redeliver messages will not be triggered when the time of `ackTimeout` arrives.
   
   This is because the `unAckedMessageTrackerPtr_->add(msg.getMessageId())` is not call in one place
   

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