mattisonchao commented on PR #17237:
URL: https://github.com/apache/pulsar/pull/17237#issuecomment-1225282433

   After the test, I think the problem was caused by we probably invoking 
`reScheduleRead` many times. and the `readMoreEntires` also don't have 
`havePendingRead ` guard. 
   So, we may read the same position many times. 
   
   Even though I fix the `reSheduledRead` many times, I still think we need to 
add `havePendingRead` guard at `readMoreEntires` method.


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