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 2019/09/19 02:38:13 UTC

[GitHub] [bookkeeper] sydnash opened a new issue #2162: decommissionbookie not complete correctly

sydnash opened a new issue #2162: decommissionbookie not  complete correctly
URL: https://github.com/apache/bookkeeper/issues/2162
 
 
   **BUG REPORT**
   
   ***Describe the bug***
   
   I have four bookie for pulsar now, when i close one bookie, i want to know dose it ledger has been re-replicated to other bookie. so i use the command like this:
   
       ./bookkeeper shell decommissionbookie  --bookieid  closedbookieip:3181
   and then i find that looply print the follow mesages:
   
   10:34:53.292 [main] INFO  org.apache.bookkeeper.client.BookKeeperAdmin - Count of Ledgers which need to be rereplicated: 1
   
   and never stop.
   
   ***To Reproduce***
   
   Steps to reproduce the behavior:
   1. start bookie at a new machine
   2. pulsar produce some message
   3. stop bookie at the new machine
   4. run command:  ./bookkeeper shell decommissionbookie  --bookieid  closedbookieip:3181
   
   ***Expected behavior***
   
   I would like the following information to confirm that the bookie has been backed up:
   ```
    the ledgers stored in the given decommissioning booki:xxx:3181 are properly replicated
       
    no cookie to remove for the decommissioning bookie: xxx:3181, it could be deleted already
   ```
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services