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/11 03:16:29 UTC

[GitHub] codelipenghui opened a new pull request #3358: Fix bug consumer stop consume(issue-3131)

codelipenghui opened a new pull request #3358: Fix bug consumer stop consume(issue-3131)
URL: https://github.com/apache/pulsar/pull/3358
 
 
   ### Motivation
   
   Fix #3131 
   
   When dispatcher is blocked and consumer blocked by un-ack messages, if consumer redelivery count < permitsReceivedWhileConsumerBlocked will cause dispatcher never send a message to the consumer again.
   
   ### Modifications
   
   Use permitsReceivedWhileConsumerBlocked to release dispatcher permits control.
   
   ### Result
   
   UT Passed.

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