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/01/15 09:17:43 UTC

[GitHub] codelipenghui edited a comment on issue #3358: Issue-3131: Fix bugs related to consumer stop consuming

codelipenghui edited a comment 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 this 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:
users@infra.apache.org


With regards,
Apache Git Services