lhotari commented on issue #25146:
URL: https://github.com/apache/pulsar/issues/25146#issuecomment-3769289902

   > One of the problem assumptions I have is that it's possible to have a 
scenario where there's a race condition between the writability check in 
dispatchers between the first check and a later check. In this scenario, it's 
possible that no entries are dispatched and there's no retry that calls 
`readMoreEntries` later when one of the consumers is writable. This scenario is 
possible when there's a backlog and no entries are being produced. The 
consumption would resume after more entries are being produced to the 
particular topic partition.
   
   This problem might not exist exactly in the way I've described it.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to