You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/04/09 18:48:26 UTC

[GitHub] ivankelly commented on issue #1517: Reader#hasMessageAvailable can report false when it should be true

ivankelly commented on issue #1517: Reader#hasMessageAvailable can report false when it should be true
URL: https://github.com/apache/incubator-pulsar/issues/1517#issuecomment-379854893
 
 
   The fix is actually pretty trivial. ManagedLedger always opens the last ledger before creating a new one, so we can just move the initialization of lastConfirmedEntry to the open callback.

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