codelipenghui commented on issue #3358: Issue-3131: Fix bugs related to 
consumer stop consuming
URL: https://github.com/apache/pulsar/pull/3358#issuecomment-454319878
 
 
   @merlimat @sijie @jiazhai 
   I can't reproduce this issue in master branch, i think this PR #3079 can get 
around the issue.
   The key point of issue #3131 is use totalRedeliveryCount([logic in 
broker](https://github.com/apache/pulsar/blob/master/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/Consumer.java#L657))
 to release permits limit in dispatcher. But after PR #3079 changes will let 
broker use permitsReceivedWhileConsumerBlocked to release permits limit when 
consumer is blocked.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to