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/01/08 22:22:47 UTC

[GitHub] rdhabalia opened a new pull request #1040: Add NoSuchEntryException as not-recoverable error for cursor-recovery

rdhabalia opened a new pull request #1040: Add NoSuchEntryException as not-recoverable error for cursor-recovery
URL: https://github.com/apache/incubator-pulsar/pull/1040
 
 
   ### Motivation
   
   Recently, we have seen that due to unexpected ledger deletion at BK, Broker was seeing `NoSuchEntryException` while recovering cursor and it is non-recoverable error while recovering the cursor.
   
   ### Modifications
   
   Adding `NoSuchEntryException` as not-recoverable exception.
   
   ### Result
   
   Broker will be able to recover cursor when it receives `NoSuchEntryException` while recovering it.
   

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