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/09/20 16:58:21 UTC

[GitHub] [pulsar] merlimat commented on issue #5218: Enabling Deduplication may drop messages

merlimat commented on issue #5218: Enabling Deduplication may drop messages
URL: https://github.com/apache/pulsar/issues/5218#issuecomment-533632871
 
 
   @sleungtoast Thanks for reporting. We also discovered this issue and had already a plan for fixing it. @jerrypeng is working on that. 
   
   The fix is two-fold: 
    * Double check the pending messages and return error to producer when the dup status is uncertain (eg. message is still pending)
    * Sync back the lastPushed map with the lastStored map after the failures
   
   

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