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 2018/02/22 06:10:43 UTC

[GitHub] hrsakai opened a new issue #1197: A lot of underreplicated ledgers occur when periodic check run

hrsakai opened a new issue #1197: A lot of underreplicated ledgers occur when periodic check run
URL: https://github.com/apache/bookkeeper/issues/1197
 
 
   **BUG REPORT**
   - What did you do?
   After every bookkeeper periodic check, thousands of  ledgers become underreplicated.
   Although most of them will disappear from the underreplicated list, one or several ledgers remain in the list.
   We need to restart all bookies to clean the underreplicated list when the above happen.
   ```
   11:22:03.781 [AuditorBookie-XX.XX.XX.XX:3181] INFO  o.a.bookkeeper.replication.Auditor   - Running periodic check
   ```
   
   <br>
   
   - What did you expect to see?
   No ledgers become underreplicated and if ledgers become underreplicated, they should  recover successfully.
   
   <br>
   
   - What did you see instead? 
   A lot of underreplicated ledgers occurred and some of them remained.
   
   
   <br>
   Do you know what could be happening? 
   
   If you have any ideas, please let us know.
   
   
   System configuration
   BookKeeper version : 4.3.1.83-yahoo
   Number of Bookies: 3
   Ensemble size: 2
   Write quorum size: 2
   Ack quorum size: 2
   priodic check interval: 1week
   

----------------------------------------------------------------
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