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 2022/06/06 09:50:57 UTC

[GitHub] [pulsar-client-go] zwb1234567 opened a new issue, #784: [BUG] flow controller

zwb1234567 opened a new issue, #784:
URL: https://github.com/apache/pulsar-client-go/issues/784

   #### Expected behavior
   if send flow failed the  availablePermits should not be set to 0
   Tell us what should happen
   if  send flow  failed  availablePermits  should continue to add, then the next  time we continue send flow , but  now, we  set availablePermits to 0, the next time we will not send flow, because  conditions not satisfied, it maybe never send flow, then the 'select'  will have no satisfied 'case',  the process stuck.
   #### Actual behavior
   <img width="1352" alt="image" src="https://user-images.githubusercontent.com/67185824/172136660-2649b703-fa8c-4c95-863e-7c5aaefcbd6c.png">
   Tell us what happens instead
   
   #### Steps to reproduce
   
   How can we reproduce the issue
   I think we should  set availablePermits to 0 ,when send flow  success.
   #### System configuration
   **Pulsar version**: x.y
   


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-client-go] liangyuanpeng commented on issue #784: [BUG] flow controller

Posted by GitBox <gi...@apache.org>.
liangyuanpeng commented on issue #784:
URL: https://github.com/apache/pulsar-client-go/issues/784#issuecomment-1167462490

   Add some reproduce  step will be great.


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org