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 2021/04/15 16:39:15 UTC

[GitHub] [pulsar] 315157973 commented on pull request #10190: Fix usage of seekAsync in MessageImpl.hasMessageAvailable and flaky-test

315157973 commented on pull request #10190:
URL: https://github.com/apache/pulsar/pull/10190#issuecomment-820571040


   Indeed, if we put the seek in this place, at this time, there is a high probability that the connection is not ready, causing the seek to fail, and eventually this bug still exists. It would be better to put it in connectionOpen.
   We can use subscription to set the initial position.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org