-
Notifications
You must be signed in to change notification settings - Fork 904
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: add missing parameters and reorganize existing parameters in com…
…pact settings (#4355) ### Motivation The current configuration documentation for BookKeeper lacks some important parameters. Additionally, existing parameters are not optimally organized. This update: - Introduces missing parameters like `isThrottleByBytes`, `compactionRateByEntries`, and `compactionRateByBytes`. - Reorganizes the configuration parameters for better clarity. ### Changes - **Added:** New parameters that were missing in the configuration: - `compactionRateByEntries`: Set the rate at which compaction will read entries, measured in entries per second. - `compactionRateByBytes`: Set the rate at which compaction will read entries, measured in bytes per second. - **Reorganized:** Adjusted the placement of existing parameters for better logical grouping and readability: - `minorCompactionThreshold`: Adjusted position for clarity. - `minorCompactionInterval`: Moved for logical grouping. Signed-off-by: ZhangJian He <[email protected]> Co-authored-by: ZhangJian He <[email protected]>
- Loading branch information
1 parent
bd3ad50
commit 4ed58ab
Showing
14 changed files
with
84 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.