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 17:39:36 UTC

[GitHub] [pulsar] jerrypeng opened a new pull request #5243: Bug in Message Deduplication that may cause incorrect client/broker interaction

jerrypeng opened a new pull request #5243: Bug in Message Deduplication that may cause incorrect client/broker interaction
URL: https://github.com/apache/pulsar/pull/5243
 
 
   
   
   ### Motivation
   
   Partially fixes #5218 
   
   Will be making subsequent PRs to fix issues with handling BK write failures
   
   ### Modifications
   
   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