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/23 02:16:48 UTC

[GitHub] massakam opened a new issue #1200: Status of some ledgers have remained IN_RECOVERY for long

massakam opened a new issue #1200: Status of some ledgers have remained IN_RECOVERY for long
URL: https://github.com/apache/bookkeeper/issues/1200
 
 
   **BUG REPORT**
   
   #### What did you do?
   
   We are using BookKeeper with [Pulsar](https://github.com/apache/incubator-pulsar).
   Recently, the status of some ledgers have remained `IN_RECOVERY` for long in our cluster.
   
   We tried to recover the ledgers by executing `readleger` command with `--force-recovery` option.
   However, an exception occurred and the recovery failed.
   https://gist.github.com/massakam/2136f3843259ec80af2d5f1312090854
   
   During this time, the CPU usage of the Bookie server was very high.
   
   #### What did you expect to see?
   
   We expect that `IN_RECOVERY` ledgers change to `CLOSED` immediately and automatically.
   
   #### What did you see instead?
   
   The status of the ledgers does not change from `IN_RECOVERY`.
   
   System configuration
   BookKeeper version: 4.3.1.83-yahoo
   Number of Bookies: 10
   Ensemble size: 2
   Write quorum size: 2
   Ack quorum size: 2

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