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 2019/07/25 23:04:17 UTC

[GitHub] [pulsar] rdhabalia opened a new pull request #4818: [pulsar-broker] Fix expiry monitor to continue on non-recoverable error

rdhabalia opened a new pull request #4818: [pulsar-broker] Fix expiry monitor to continue on non-recoverable error
URL: https://github.com/apache/pulsar/pull/4818
 
 
   ### Motivation
   
   In #1046, we have added a flag (`autoSkipNonRecoverableData`) and mechanism to recover cursor if ledger data is deleted. However, expiery-monitor doesn't use that flag and it gets stuck when it finds non-recoverable ml-error while cleaning up expired message.
   
   ### Modification
   Expiry-monitor can skip non-recoverable managed-ledger exception (eg: data/ledger doesn't exist anymore) when `autoSkipNonRecoverableData` flag is enabled.

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


With regards,
Apache Git Services