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/06/19 08:57:11 UTC

[GitHub] [pulsar] rshermanTHG opened a new pull request #4559: [dashboard] Update Message backlog figures when clearing/deleting a subscription

rshermanTHG opened a new pull request #4559: [dashboard] Update Message backlog figures when clearing/deleting a subscription
URL: https://github.com/apache/pulsar/pull/4559
 
 
   ### Motivation
   
   When a subscription's backlog is cleared or the subscription is deleted the UI doesn't reflect the change in the backlog until the next run of the collector. This change updates the database with the new backlog count at the subscription and topic level.
   
   ### Modifications
   
   If the deletion of a subscription has a 204 response reduce the topic's message backlog count by the amount on the subscription.
   If the clearing of a subscription has a 204 response reduce the topic's message backlog count by the amount on the subscription and reduce the subscriptions backlog count to 0.

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