Jason918 commented on pull request #11292: URL: https://github.com/apache/pulsar/pull/11292#issuecomment-878836257
@littleorca After deep looking into this case, I found that more serious issue is that, when ManagedLedgerException.NoMoreEntriesToReadException occurs in `OpReadEntry.create`, this OpReadEntry object is actually recycled when create method finished. Any usage of this object would lead to some unexpected behavior. -- 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]
