This is an automated email from the ASF dual-hosted git repository.
liuyu 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 d895c474a39 removed 2nd ledgers in topic internal stats (#540)
d895c474a39 is described below
commit d895c474a39f3f5b5602b7c17b851a7071a4e8da
Author: Yuwei Sung <[email protected]>
AuthorDate: Wed Apr 26 23:05:55 2023 -0500
removed 2nd ledgers in topic internal stats (#540)
---
docs/administration-stats.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/docs/administration-stats.md b/docs/administration-stats.md
index 76e3854e71e..073f3be00f9 100644
--- a/docs/administration-stats.md
+++ b/docs/administration-stats.md
@@ -169,7 +169,6 @@ The following table outlines the internal stats inside a
topic. For more details
| cursorLedgerLastEntry | The last `entryid` used to persistently
store the current `markDeletePosition`.
|
| individuallyDeletedMessages | The range of messages acknowledged
between `markDeletePosition` and the `readPosition` when acknowledges are done
out of order. |
| lastLedgerSwitchTimestamp | The last time when the cursor ledger is
rolled over.
|
-| ledgers | The ordered list of all ledgers for
this topic that holds messages.
|
| schemaLedgers | The ordered list of all ledgers for
this topic schema.
|
| compactedLedger | The ledgers holding un-acked messages
after topic compaction.
|
| ledgerId | The ID of this ledger.
|