You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by wa...@apache.org on 2022/10/06 17:51:29 UTC

[pulsar] branch master updated: Fix set-persistence parameters (#17955)

This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 36e5ae5f5cb Fix set-persistence parameters (#17955)
36e5ae5f5cb is described below

commit 36e5ae5f5cb233a9a69d3b5b98bf04da191bd098
Author: David Dieruf <dd...@users.noreply.github.com>
AuthorDate: Thu Oct 6 13:51:19 2022 -0400

    Fix set-persistence parameters (#17955)
---
 site2/docs/administration-zk-bk.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site2/docs/administration-zk-bk.md b/site2/docs/administration-zk-bk.md
index e3466528700..e410325bd4d 100644
--- a/site2/docs/administration-zk-bk.md
+++ b/site2/docs/administration-zk-bk.md
@@ -283,8 +283,8 @@ The following is an example:
 
 ```shell
 pulsar-admin namespaces set-persistence my-tenant/my-ns \
---bookkeeper-ack-quorum 3 \
---bookkeeper-ensemble 2
+--bookkeeper-ack-quorum 2 \
+--bookkeeper-ensemble 3
 ```
 
 #### REST API