You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2022/04/19 17:38:27 UTC

[GitHub] [bookkeeper] dlg99 opened a new issue, #3220: Autorecovery does not process underreplicated empty ledgers

dlg99 opened a new issue, #3220:
URL: https://github.com/apache/bookkeeper/issues/3220

   **BUG REPORT**
   
   BK 4.14.3
   
   bookie1 is decommissioned.
   
   `bin/bookkeeper shell listunderreplicated -printmissingreplica`
   
   ``` 
   2022-04-19T17:17:14,704 [main] INFO  org.apache.bookkeeper.tools.cli.commands.autorecovery.ListUnderReplicatedCommand - 8691131535
   2022-04-19T17:17:14,704 [main] INFO  org.apache.bookkeeper.tools.cli.commands.autorecovery.ListUnderReplicatedCommand - 	Ctime : 1650388634626
   2022-04-19T17:17:14,705 [main] INFO  org.apache.bookkeeper.tools.cli.commands.autorecovery.ListUnderReplicatedCommand - 	MissingReplica : bookie1:3181
   ```
   
   ```
   org.apache.bookkeeper.tools.cli.commands.client.LedgerMetaDataCommand - LedgerMetadata{formatVersion=2, ensembleSize=3, writeQuorumSize=3, ackQuorumSize=2, state=CLOSED, length=0, lastEntryId=-1, digestType=CRC32, password=base64:, ensembles={0=[bookie3:3181, bookie2:3181, bookie1:3181]}, customMetadata={}}
   ```
   
   Note `state=CLOSED, length=0, lastEntryId=-1`
   
   Autorecovery does not delete it, does not update metadata.
   
   ***Additional context***
   
   From prod.
   


-- 
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: issues-unsubscribe@bookkeeper.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org