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/02/02 04:52:03 UTC

[GitHub] [pulsar] merlimat commented on issue #9414: Pulsar can get stuck on a single unreadable entry

merlimat commented on issue #9414:
URL: https://github.com/apache/pulsar/issues/9414#issuecomment-771359315


   ```
   +        } else if (cursor.config.isAutoSkipNonRecoverableData()
   +                && exception.getCause() instanceof BKException.BKBookieHandleNotAvailableException) {
   ```
   The `BKBookieHandleNotAvailableException` is thrown when the client is not able to connect to a bookie, so this fix would result in a lot of data dropped :) 
   


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