This is an automated email from the ASF dual-hosted git repository.
hsaputra 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 2737bb5 [Doc] Add descriptions for BookKeeper metadata store (#2576)
2737bb5 is described below
commit 2737bb51c13150543a39851e9ef777574644a11d
Author: Yu Liu <[email protected]>
AuthorDate: Sat Feb 6 06:01:34 2021 +0800
[Doc] Add descriptions for BookKeeper metadata store (#2576)
* add
* update
Co-authored-by: Anonymitaet <anonymitaet_hotmail.com>
---
site/docs/latest/getting-started/concepts.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/docs/latest/getting-started/concepts.md
b/site/docs/latest/getting-started/concepts.md
index d53f9a6..94376bb 100644
--- a/site/docs/latest/getting-started/concepts.md
+++ b/site/docs/latest/getting-started/concepts.md
@@ -76,7 +76,7 @@ The NameNode, however, served only as initial inspiration for
BookKeeper. The ap
## Metadata storage
-BookKeeper requires a metadata storage service to store information related to
[ledgers](#ledgers) and available bookies. BookKeeper currently uses
[ZooKeeper](https://zookeeper.apache.org) for this and other tasks.
+The BookKeeper metadata store maintains all the metadata of the BookKeeper
cluster, such as [ledger](#ledgers) metadata, available bookies, and so on.
Currently, BookKeeper uses [ZooKeeper](https://zookeeper.apache.org) for
metadata storage.
## Data management in bookies