This is an automated email from the ASF dual-hosted git repository.
nicoloboschi 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 9d17efa431 [website][fix]Repair `sequential nodes` address (#3569)
9d17efa431 is described below
commit 9d17efa431f1fbc5a4ffab15cb9dfc3394d543c3
Author: 赤月 <[email protected]>
AuthorDate: Mon Oct 24 21:50:56 2022 +0800
[website][fix]Repair `sequential nodes` address (#3569)
---
site3/website/docs/getting-started/concepts.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site3/website/docs/getting-started/concepts.md
b/site3/website/docs/getting-started/concepts.md
index ea52a9be49..0fe0ac2ccb 100644
--- a/site3/website/docs/getting-started/concepts.md
+++ b/site3/website/docs/getting-started/concepts.md
@@ -195,7 +195,7 @@ For example, ledger 0000000001 is split into three parts,
00, 0000, and 00001, a
> deprecated since 4.7.0, not recommand now.
-The *flat ledger manager*, implemented in the [`FlatLedgerManager`]({{
site.javadoc_base_url }}/org/apache/bookkeeper/meta/FlatLedgerManager.html)
class, stores all ledgers' metadata in child nodes of a single ZooKeeper path.
The flat ledger manager creates [sequential
nodes](https://zookeeper.apache.org/doc/trunk/zookeeperProgrammers.html#Sequence+Nodes+--+Unique+Naming)
to ensure the uniqueness of the ledger ID and prefixes all nodes with `L`.
Bookie servers manage their own active led [...]
+The *flat ledger manager*, implemented in the [`FlatLedgerManager`]({{
site.javadoc_base_url }}/org/apache/bookkeeper/meta/FlatLedgerManager.html)
class, stores all ledgers' metadata in child nodes of a single ZooKeeper path.
The flat ledger manager creates [sequential
nodes](https://zookeeper.apache.org/doc/current/zookeeperProgrammers.html#Sequence+Nodes+--+Unique+Naming)
to ensure the uniqueness of the ledger ID and prefixes all nodes with `L`.
Bookie servers manage their own active l [...]
The flat ledger manager's garbage collection follow proceeds as follows: