tuteng commented on a change in pull request #8958:
URL: https://github.com/apache/pulsar/pull/8958#discussion_r543094897
##########
File path: site2/docs/functions-worker.md
##########
@@ -270,16 +270,20 @@ The error message prompts when either of the cases occurs:
If any of these cases happens, follow the instructions below to fix the
problem:
-1. Get the current clusters list of `public/functions` namespace.
+1. Disable Functions Worker by setting `functionsWorkerEnabled=false`, and
restart brokers.
+
+2. Get the current clusters list of `public/functions` namespace.
```bash
bin/pulsar-admin namespaces get-clusters public/functions
```
-2. Check if the cluster is in the clusters list. If the cluster is not in the
list, add it to the list and update the clusters list.
+3. Check if the cluster is in the clusters list. If the cluster is not in the
list, add it to the list and update the clusters list.
```bash
bin/pulsar-admin namespaces set-clusters
--cluster=<existing-clusters>,<new-cluster> public/functions
Review comment:
The right command `bin/pulsar-admin namespaces set-clusters --clusters
<existing-clusters>,<new-cluster> public/functions`
----------------------------------------------------------------
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]