You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/10/07 17:13:42 UTC

[GitHub] [pulsar] rocketraman opened a new issue #5325: Pulsar on k8s: broker start failure when set functionsWorkerEnabled=true

rocketraman opened a new issue #5325: Pulsar on k8s: broker start failure when set functionsWorkerEnabled=true
URL: https://github.com/apache/pulsar/issues/5325
 
 
   **Describe the bug**
   The Kubernetes deployment sets `PF_pulsarFunctionsCluster` but this doesn't appear to get applied to `conf/functions_worker.yml`.
   
   Looking at the source, it appears that the script `gen-yml-from-env.py` is supposed to update `functions_worker.yml`, but I think the script is missing the value `pulsarFunctionsCluster` in INT_KEYS  at line: https://github.com/apache/pulsar/blob/60d2bfa389815b1769b36a0158059bfc3372a9a0/docker/pulsar/scripts/gen-yml-from-env.py#L30.
   
   This is a followup to issue https://github.com/apache/pulsar/issues/2328.
   

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