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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0f394bec5ae [fix][doc] It should be "the major compaction is disabled" 
(#15357)
0f394bec5ae is described below

commit 0f394bec5ae24321374343ea16488cc086eb56a0
Author: Teng Fu <[email protected]>
AuthorDate: Thu Apr 28 08:05:02 2022 +0800

    [fix][doc] It should be "the major compaction is disabled" (#15357)
---
 site2/docs/reference-configuration.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site2/docs/reference-configuration.md 
b/site2/docs/reference-configuration.md
index 4b04273204e..53709fe06e3 100644
--- a/site2/docs/reference-configuration.md
+++ b/site2/docs/reference-configuration.md
@@ -46,7 +46,7 @@ BookKeeper is a replicated log storage system that Pulsar 
uses for durable stora
 |logSizeLimit|Max file size of the entry logger, in bytes. A new entry log 
file will be created when the old one reaches the file size 
limitation.|2147483648|
 |minorCompactionThreshold|Threshold of minor compaction. Entry log files whose 
remaining size percentage reaches below this threshold will be compacted in a 
minor compaction. If set to less than zero, the minor compaction is 
disabled.|0.2|
 |minorCompactionInterval|Time interval to run minor compaction, in seconds. If 
set to less than zero, the minor compaction is disabled. Note: should be 
greater than gcWaitTime. |3600|
-|majorCompactionThreshold|The threshold of major compaction. Entry log files 
whose remaining size percentage reaches below this threshold will be compacted 
in a major compaction. Those entry log files whose remaining size percentage is 
still higher than the threshold will never be compacted. If set to less than 
zero, the minor compaction is disabled.|0.5|
+|majorCompactionThreshold|The threshold of major compaction. Entry log files 
whose remaining size percentage reaches below this threshold will be compacted 
in a major compaction. Those entry log files whose remaining size percentage is 
still higher than the threshold will never be compacted. If set to less than 
zero, the major compaction is disabled.|0.5|
 |majorCompactionInterval|The time interval to run major compaction, in 
seconds. If set to less than zero, the major compaction is disabled. Note: 
should be greater than gcWaitTime. |86400|
 |readOnlyModeEnabled|If `readOnlyModeEnabled=true`, then on all full ledger 
disks, bookie will be converted to read-only mode and serve only read requests. 
Otherwise the bookie will be shutdown.|true|
 |forceReadOnlyBookie|Whether the bookie is force started in read only 
mode.|false|
@@ -858,4 +858,4 @@ server.2=zk2.us-west.example.com:2888:3888
 server.3=zk3.us-west.example.com:2888:3888
 ```
 
-> We strongly recommend consulting the [ZooKeeper Administrator's 
Guide](https://zookeeper.apache.org/doc/current/zookeeperAdmin.html) for a more 
thorough and comprehensive introduction to ZooKeeper configuration
\ No newline at end of file
+> We strongly recommend consulting the [ZooKeeper Administrator's 
Guide](https://zookeeper.apache.org/doc/current/zookeeperAdmin.html) for a more 
thorough and comprehensive introduction to ZooKeeper configuration

Reply via email to