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/08/12 04:06:17 UTC

[GitHub] [pulsar] fxbing opened a new pull request #4936: Fix backlog size bug

fxbing opened a new pull request #4936: Fix backlog size bug
URL: https://github.com/apache/pulsar/pull/4936
 
 
   fix #4933 
   Backlogs are sets of unacknowledged messages for a topic that have been stored by bookies even if not consumed. But in fact, if the topic has not been consumed, you can produce unlimited messages. So `getEstimatedBacklogSize()` should return `getTotalSize()` instead of 0 when `pos == null`.

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