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/02/23 23:57:11 UTC

[GitHub] jerrypeng opened a new pull request #1277: fix bug in seek if no messages in topic

jerrypeng opened a new pull request #1277: fix bug in seek if no messages in topic
URL: https://github.com/apache/incubator-pulsar/pull/1277
 
 
   If you call getLastMessageId and then use that messageId to seek, the seek will throw an exception since the ledgerId will exist but the entryId will be -1
   

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