You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/10/11 00:03:56 UTC

[pulsar-site] branch main updated: Docs sync done from apache/pulsar(#c5ae308)

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

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new e5233e5ed09 Docs sync done from apache/pulsar(#c5ae308)
e5233e5ed09 is described below

commit e5233e5ed09395bf242f47c5399bc4878e9ec219
Author: Pulsar Site Updater <de...@pulsar.apache.org>
AuthorDate: Tue Oct 11 00:03:51 2022 +0000

    Docs sync done from apache/pulsar(#c5ae308)
---
 site2/website-next/docs/administration-zk-bk.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/site2/website-next/docs/administration-zk-bk.md b/site2/website-next/docs/administration-zk-bk.md
index e410325bd4d..56555ccb673 100644
--- a/site2/website-next/docs/administration-zk-bk.md
+++ b/site2/website-next/docs/administration-zk-bk.md
@@ -294,8 +294,9 @@ pulsar-admin namespaces set-persistence my-tenant/my-ns \
 #### Java
 
 ```java
-int bkEnsemble = 2;
-int bkQuorum = 3;
+// The following must be true: bkEnsemble >= bkQuorum >= bkAckQuorum
+int bkEnsemble = 3;
+int bkQuorum = 2;
 int bkAckQuorum = 2;
 double markDeleteRate = 0.7;
 PersistencePolicies policies =