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/12/05 01:12:26 UTC

[GitHub] [pulsar] codelipenghui commented on pull request #18679: [fix][broker] transactional producer created failed due to read snapshot blocked.

codelipenghui commented on PR #18679:
URL: https://github.com/apache/pulsar/pull/18679#issuecomment-1336591461

   @thetumbled 
   
   > may be situation that there is no any message to be read in the topic
   
   It's unexpected. If there are no messages in the topic, we should return false for `hasMessageAvailable()` unless users have skipped the data.
   
   Do you have a way a reproduce the issue? We might also need to fix the Reader part, but maybe not. We need to know the root cause of why the Reader is blocked forever.


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