codelipenghui opened a new issue, #17220:
URL: https://github.com/apache/pulsar/issues/17220

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) 
and found nothing similar.
   
   
   ### Motivation
   
   After we enabled autoSkipNonRecoverableData, the topic will skip the 
non-recoverable ledger which will lose some data, but the topic is able to load 
and continues to provide messaging service. This usually happens when multiple 
bookie replicas are corrupted, or the Ledger has been deleted This usually 
happens when multiple bookie copies are corrupted
   
   But the Ledger used by the cursor is not able to be skipped even if 
`autoSkipNonRecoverableData=true`
   
   ### Solution
   
   Make the cursor can skip the non-recoverable Ledger if 
`autoSkipNonRecoverableData=true`
   
   ### Alternatives
   
   No
   
   ### Anything else?
   
   No
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to