StevenLuMT opened a new pull request #2966: URL: https://github.com/apache/bookkeeper/pull/2966
Descriptions of the changes in this PR: ### Motivation 1. the bookie's machine is broken, when the ledger's status is IN_RECOVERY, the autorecovery and old recover tool (you can run with this command: bin/bookkeeper shell recover) couldn't solve these ledgers in IN_RECOVERY. 2. I develop these code in branch-4.14 to recover these ledgers in IN_RECOVERY 3. then I find a same pr #2870 ,but I think mine codes are more **accurate** to solve this problem ### Changes 1.add RecoverCommand's function skipRemoveBookieStatus (just skip remove bookie's status to revover the others bookie's data) 2.add param(named skipRemoveBookieStatus) in client API in LedgerOpenOp/LedgerRecoveryOp/PendingReadLacOp/PendingReadOp/ReadLastConfirmedOp -- 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]
