BewareMyPower commented on pull request #11387:
URL: https://github.com/apache/pulsar/pull/11387#issuecomment-883265034


   Great find!
   
   But I have a question about it. `entries` is exposed by followed public 
method:
   
   
https://github.com/apache/pulsar/blob/5ad405988fabb4b28dbdbd5aa5c9a10802f39af1/managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/OpReadEntry.java#L163-L165
   
   And the method's call stack could be:
   
   ```
   ManagedCursor#asyncReadEntries
     ManagedCursorImpl#asyncReadEntries
       ManagedLedgerImpl#asyncReadEntries
         ManagedLedgerImpl#internalReadFromLedger
   ```
   
   Could `ManagedCursor#asyncReadEntries` be called in a different thread?


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