poorbarcode commented on PR #23803:
URL: https://github.com/apache/pulsar/pull/23803#issuecomment-2609347441

   @lhotari 
   
   > @poorbarcode This diff of this PR is currently messed up, so hard to see 
what the changes are.
   
   Rebased master, it is clear now.
   
   > Just wondering if the correct solution would be to prevent replay reads 
and normal reads to happen at the same time? I reverted such changes from the 
recent PR with this commit 
https://github.com/apache/pulsar/commit/06827df01022d656345386a8b9cc9ee6424257ae
 .
   
   - A normal reading can not start when there is a pending reading
   - A pending reading can start when there is a normal reading because maybe 
there are no more entries to read(the normal reading is just pending there and 
waiting for new messages)
   
   I will modify the Motivation to make every thing clear late


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