aschiazza opened a new issue #2216: Bookkeeper High CPU usage when StreamStorageLifecycleComponent extra component is active URL: https://github.com/apache/bookkeeper/issues/2216 Hi, I've a trouble with Bookkeeper v4.9.2 ( I'm using Pulsar Docker image v2.4.1). When I activate the StreamStorageLifecycleComponent adding this line ``` extraServerComponents=org.apache.bookkeeper.stream.server.StreamStorageLifecycleComponent ``` in bookkeeper.conf, the bookkeeper container is using 100% CPU. In my test environment I have 1 Zookeeper server and 1 Bookkeeper bookie. I report my broker.conf configuration section for table service ``` # enable table service api for pulsar function state management extraServerComponents=org.apache.bookkeeper.stream.server.StreamStorageLifecycleComponent ignoreExtraServerComponentsStartupFailures=false ################################################################## ################################################################## # Settings below are used by stream/table service ################################################################## ################################################################## ### Grpc Server ### # the grpc server port to listen on. default is 4181 storageserver.grpc.port=4181 ### Dlog Settings for table service ### #### Replication Settings dlog.bkcEnsembleSize=1 dlog.bkcWriteQuorumSize=1 dlog.bkcAckQuorumSize=1 ``` Thanks for your help
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
