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 2021/02/11 07:18:57 UTC

[GitHub] [pulsar] MarvinCai opened a new issue #9560: Admin CLI expire-message command can fail silently.

MarvinCai opened a new issue #9560:
URL: https://github.com/apache/pulsar/issues/9560


   **Describe the bug**
   When there's ongoing expire message request or subscription is almost catch up, an expire-message request won't be executed while admin cli won't inform user about that.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Produce some message to a topic.
   2. Try to expire message with a larger ttl say 100 second.
   3. The condition check will fail and no messages will be expired([ref](https://github.com/apache/pulsar/blob/9c39ca0bab675b5ac3eb94539a5e91332351d14c/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentSubscription.java#L898-L903)) but use won't be notified.
   
   **Expected behavior**
   User should know if the expire message request is executed or not.
   


----------------------------------------------------------------
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] sijie closed issue #9560: Admin CLI expire-message command can fail silently.

Posted by GitBox <gi...@apache.org>.
sijie closed issue #9560:
URL: https://github.com/apache/pulsar/issues/9560


   


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