rocketraman edited a comment on issue #5325: Pulsar on k8s: broker start 
failure when set functionsWorkerEnabled=true
URL: https://github.com/apache/pulsar/issues/5325#issuecomment-544778549
 
 
   My ZK, which is a standalone ZK rather that the one started by `bin/pulsar 
zookeeper` does have this key `/admin/policies/public/functions`, and it does 
have the wrong value in it:
   
   ```
   "replication_clusters":["standalone"]
   ```
   
   so this means two things:
   
   1) This value is being initialized from somewhere, but it isn't the 
`functions_worker.yaml` in the ZK container, because my ZK container does not 
have `functions_worker.yaml` in it, nor does it have any scripts that would 
initialize this value to anything.
   
   2) It isn't one of the broker containers, because my broker container has 
this line in `functions_worker.yaml`:
   
   ```
   # grep pulsarFunctionsCluster conf/functions_worker.yml 
   pulsarFunctionsCluster: local
   ```
   
   which is the correct value, indicating that `gen-yml-from-env.py` is 
applying the config to this file correctly, but it does not match what is in ZK.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to