TakaHiR07 commented on issue #3316:
URL: https://github.com/apache/bookkeeper/issues/3316#issuecomment-1203643829
> ```
> 16:02:17.008 [main] INFO
org.apache.bookkeeper.tools.cli.commands.client.LedgerMetaDataCommand -
ledgerID: 8049631
> 16:02:17.015 [main] INFO
org.apache.bookkeeper.tools.cli.commands.client.LedgerMetaDataCommand -
LedgerMetadata{formatVersion=3, ensembleSize=4, writeQuorumSize=3,
ackQuorumSize=2, state=OPEN, digestType=CRC32C, password=base64:,
ensembles={0=[xxxx]}, customMetadata={component=base64:bWFuYWdlZC1sZWRnZXI=,
pulsar/managed-ledger=base64:cHVsc2FxxxxGl0bG9nX2ZpbmRlci1wYXJ0aXRpb24tMjk=,
application=base64:cHVsc2Fy}}
> ```
My bookie version is 4.14.1 , and I finally solve it by
1. disable autoRecovery
2. remove this ledger from zk:/ledgers/undereplication/ledgers and restart
bookie
3. enable autoRecovery
It seems bookie can skip unrecoverable ledger after pr-2870, proposed in
bookie 4.14.4
--
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]