Anonymitaet commented on a change in pull request #13987:
URL: https://github.com/apache/pulsar/pull/13987#discussion_r805481129
##########
File path: site2/docs/administration-zk-bk.md
##########
@@ -180,6 +180,9 @@ You can configure BookKeeper bookies using the
[`conf/bookkeeper.conf`](referenc
The minimum configuration changes required in `conf/bookkeeper.conf` are as
follows:
+> **Note**
+> The configuration of journalDirectory and ledgerDirectories need to be
chosen carefully,as it is very troublesome to change later.
Review comment:
```suggestion
> Set `journalDirectory` and `ledgerDirectories` carefully. It is difficilt
to change them later.
```
##########
File path: site2/docs/administration-zk-bk.md
##########
@@ -189,6 +192,9 @@ ledgerDirectories=data/bookkeeper/ledgers
# Point to local ZK quorum
zkServers=zk1.example.com:2181,zk2.example.com:2181,zk3.example.com:2181
+
+#This parameter best be set, otherwise,the BookKeeper can't start normally in
special environment, for example, Huawei Cloud.
Review comment:
```suggestion
# It is recommended to set this parameter. Otherwise, BookKeeper can't start
normally in certain environments (for example, Huawei Cloud).
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]