pedro93 edited a comment on issue #5687: Failed to enable State API in K8s installation URL: https://github.com/apache/pulsar/issues/5687#issuecomment-556983999 Hello @jiazhai I can try to provide a fix. Do you confirm that this is indeed a bug and not some misconfiguration on my part? As to the fix, I’ve tried locally to uncomment said property in the bookkeeper.conf file: ```bash diff --git a/conf/bookkeeper.conf b/conf/bookkeeper.conf index 869a35ee91..42bd3ba192 100644 --- a/conf/bookkeeper.conf +++ b/conf/bookkeeper.conf @@ -618,7 +618,7 @@ httpServerClass=org.apache.bookkeeper.http.vertx.VertxHttpServer # Configure a list of server components to enable and load on a bookie server. # This provides the plugin run extra services along with a bookie server. # -# extraServerComponents= +extraServerComponents= ############################################################################# diff --git a/deployment/terraform-ansible/templates/bookkeeper.conf b/deployment/terraform-ansible/templates/bookkeeper.conf index 7b5255d9a6..d8a750c63e 100644 --- a/deployment/terraform-ansible/templates/bookkeeper.conf +++ b/deployment/terraform-ansible/templates/bookkeeper.conf @@ -593,7 +593,7 @@ zkEnableSecurity=false # Configure a list of server components to enable and load on a bookie server. # This provides the plugin run extra services along with a bookie server. # -# extraServerComponents= +extraServerComponents= ``` and built the project through `mvn clean package -DskipTests` and executing the `build.sh` script under the `docker` folder but the built docker images when run still have the property commented. Any idea why?
---------------------------------------------------------------- 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
