You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2022/08/24 08:07:28 UTC

[GitHub] [bookkeeper] StevenLuMT opened a new pull request, #2966: Add skip remove bookie option for bookkeeper shell recover command

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

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


[GitHub] [bookkeeper] StevenLuMT closed pull request #2966: Add skip remove bookie option for bookkeeper shell recover command

Posted by GitBox <gi...@apache.org>.
StevenLuMT closed pull request #2966: Add skip remove bookie option for bookkeeper shell recover command
URL: https://github.com/apache/bookkeeper/pull/2966


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

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


[GitHub] [bookkeeper] StevenLuMT closed pull request #2966: Add skip remove bookie option for bookkeeper shell recover command

Posted by GitBox <gi...@apache.org>.
StevenLuMT closed pull request #2966: Add skip remove bookie option for bookkeeper shell recover command
URL: https://github.com/apache/bookkeeper/pull/2966


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

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