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

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


The following commit(s) were added to refs/heads/master by this push:
     new da4583e939 [configuration] fix typo in bk_server.conf (#3574)
da4583e939 is described below

commit da4583e9390352d3414cc1b954591926034431bb
Author: FeiFan Wang <[email protected]>
AuthorDate: Wed Oct 26 22:43:12 2022 +0800

    [configuration] fix typo in bk_server.conf (#3574)
---
 conf/bk_server.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/bk_server.conf b/conf/bk_server.conf
index 5d1bbc8374..d6faf9c398 100755
--- a/conf/bk_server.conf
+++ b/conf/bk_server.conf
@@ -804,7 +804,7 @@ metadataServiceUri=zk+hierarchical://localhost:2181/ledgers
 # store all ledgers.
 # zkLedgersRootPath=/ledgers
 
-# @Deprecated - `zkLedgersRootPath` is deprecated in favor of using 
`metadataServiceUri`
+# @Deprecated - `zkServers` is deprecated in favor of using 
`metadataServiceUri`
 # A list of one of more servers on which Zookeeper is running.
 # The server list can be comma separated values, for example:
 # zkServers=zk1:2181,zk2:2181,zk3:2181

Reply via email to