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/11/06 19:40:32 UTC

[GitHub] [pulsar] 315157973 opened a new pull request #8468: Support taking de-duplication snapshots based on time

315157973 opened a new pull request #8468:
URL: https://github.com/apache/pulsar/pull/8468


   
   Master Issue: #8237
   
   ### Motivation
   Currently we take de-duplication snapshots based on size. If the topic has relatively low traffic, the de-duplication cursor will not move. This can cause messages that are not able to be deleted based on the retention policy. We should add a policy to take de-duplication snapshots based on time.
   
   ### Modifications
   add a monitor to take snapshot base on time
   
   ### Verifying this change
   TopicDuplicationTest#testDuplicationSnapshot


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



[GitHub] [pulsar] 315157973 closed pull request #8468: Support taking de-duplication snapshots based on time

Posted by GitBox <gi...@apache.org>.
315157973 closed pull request #8468:
URL: https://github.com/apache/pulsar/pull/8468


   


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