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 2022/06/18 00:11:47 UTC

[GitHub] [pulsar] leizhiyuan opened a new issue, #16114: inconsistent behavior in ttl strategy

leizhiyuan opened a new issue, #16114:
URL: https://github.com/apache/pulsar/issues/16114

   **Is your enhancement request related to a problem? Please describe.**
   A clear and concise description of what the enhancement is.
   
   inconsistent behavior in ttl strategy,
   
   ![image](https://user-images.githubusercontent.com/2684384/174414265-3a260e06-7124-405a-b64e-59a746d1e6b1.png)
   
   if we have a sub in which msgbacklog is 1, we set retention is 24h, , msgbacklog is smaller than 1000,
   
   if one message can not be backed (the client can not process it ),  there will be a message hole, but after 24h, we can not expire this message,it will be 24*15. but after then, backlogsize has exceeded.
   
   user can not understand why , it is confused.
   
   **Describe the solution you'd like**
   A clear and concise description of what you want to happen.
   
   maybe we do not need the judgment, if TTL expired , we just expire them. 
   
   **Describe alternatives you've considered**
   A clear and concise description of any alternative solutions or features you've considered.
   
   **Additional context**
   Add any other context or screenshots about the feature request here.
   


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] github-actions[bot] commented on issue #16114: inconsistent behavior in ttl strategy

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #16114:
URL: https://github.com/apache/pulsar/issues/16114#issuecomment-1186693131

   The issue had no activity for 30 days, mark with Stale label.


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org