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/09/11 06:50:56 UTC

[GitHub] [pulsar] efynn opened a new issue #5175: Namespace missing local cluster name in clusters list

efynn opened a new issue #5175: Namespace missing local cluster name in clusters list
URL: https://github.com/apache/pulsar/issues/5175
 
 
   
   I've started zookeeper, bookkeeper and broker without error.
   
   and the conf:
    `functionsWorkerEnabled=false`         
   `clusterName=pulsar-clusar-1`
   
   Now when I send a message: 
   `./pulsar-client produce  persistent://public/default/test  -m "Hello Pulsar"`
   
   I received such an error:
   >>Namespace missing local cluster name in clusters list: local_cluster=pulsar-clusar-1 ns=public/default clusters=[pulsar-cluster-1]
   
   ![image](https://user-images.githubusercontent.com/50618747/64673582-21004600-d4a1-11e9-8763-77c336b8aa1d.png)
   
   
   I'm not sure what happened, If I change the configuration
   conf/broker.conf
   `functionsWorkerEnabled=true`
   
   and conf/functions_worker.yml
   `pulsarFunctionsCluster: pulsar-cluster-1` 
   
   I can't start the broker with  command `./pulsar broker`,The error message is the same as above:Namespace missing local cluster name in clusters list

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