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 2017/11/30 04:45:24 UTC

[GitHub] yush1ga opened a new issue #793: Bookies should not try to replicate ledgers whose ensemble size is 1

yush1ga opened a new issue #793: Bookies should not try to replicate ledgers whose ensemble size is 1
URL: https://github.com/apache/bookkeeper/issues/793
 
 
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - What did you do?
   The ledger whose ensemble size is 1 was created and it was not deleted
   when we used `simpletest` or  `bookiesanity` resulted failure.
   
   - What did you expect to see?
   When the bookie which has the ledger mentioned above is shut down or crashed,
   it is not necessary to replicate the ledger.
   
   - What did you see instead?
   The other bookies tried to replicate the ledger.
   However, since it was impossible to replicate it, the ledger continued to remain in `underreplicated` list.
   
   - The version of bookkeeper
   4.3.1.72-yahoo

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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