You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/03/19 09:21:07 UTC

[GitHub] sijie opened a new pull request #1276: Fix logging issue on PendingReadOp

sijie opened a new pull request #1276: Fix logging issue on PendingReadOp
URL: https://github.com/apache/bookkeeper/pull/1276
 
 
   Descriptions of the changes in this PR:
   
   `EntryImpl` is recycled after callback is submitted for a given read op. However the object might be referenced after it is recycled, since read callback can come back after the read op is error-out. 
   
   This doesn't affect any operation or correctness. However it might introduce some confused logging.
   
   This also got exposed by #1268 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services