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 2020/04/14 11:13:34 UTC

[GitHub] [bookkeeper] aschiazza edited a comment on issue #2216: Bookkeeper High CPU usage when StreamStorageLifecycleComponent extra component is active

aschiazza edited a comment on issue #2216: Bookkeeper High CPU usage when StreamStorageLifecycleComponent extra component is active
URL: https://github.com/apache/bookkeeper/issues/2216#issuecomment-613369446
 
 
   @zyllt How many bookie nodes do you have? I think I read only one.
   With these parameters:
   
   dlog.bkcEnsembleSize=3
   dlog.bkcWriteQuorumSize=2
   dlog.bkcAckQuorumSize=2
   
   you require a cluster ensamble composed by 3 bookie nodes (where segments are spread), and you require an ack quorum of 2.
   If you have only one bookie node change these values to 1.
   
   Another suggestion:
   Check bookkeeper logs. When it is starting up in logs you should be able to see all configuration parameters read from conf file.

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