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/09/13 02:50:06 UTC

[GitHub] [pulsar] dragonls commented on pull request #17573: [fix][broker] Fix unexpected subscription deletion

dragonls commented on PR #17573:
URL: https://github.com/apache/pulsar/pull/17573#issuecomment-1244828697

   > If I understand correctly, this issue does not relate to the broker restart, right? It is that the subscriptionExpirationTimeMinutes should be the last ack time of the consumers in the subscription. Instead of the last time that the consumer was modified (consumer add or remove) in the subscription.
   
   If the broker shutdown gracefully, everything is fine. Because it will go through the `RemoveConsumer`, the `lastActive` will be updated.


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