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

technoboy pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new 13ee738fa2d [fix] [conf] fix configuration name and typo. (#22822)
13ee738fa2d is described below

commit 13ee738fa2d7268440c2d217f927b0810911f600
Author: Wenzhi Feng <52550727+thetumb...@users.noreply.github.com>
AuthorDate: Tue Jun 4 17:12:31 2024 +0800

    [fix] [conf] fix configuration name and typo. (#22822)
---
 deployment/terraform-ansible/templates/broker.conf | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/deployment/terraform-ansible/templates/broker.conf 
b/deployment/terraform-ansible/templates/broker.conf
index fe3bae6bb15..291cdd92147 100644
--- a/deployment/terraform-ansible/templates/broker.conf
+++ b/deployment/terraform-ansible/templates/broker.conf
@@ -320,7 +320,7 @@ dispatcherMinReadBatchSize=1
 # Max number of entries to dispatch for a shared subscription. By default it 
is 20 entries.
 dispatcherMaxRoundRobinBatchSize=20
 
-# Precise dispathcer flow control according to history message number of each 
entry
+# Precise dispatcher flow control according to history message number of each 
entry
 preciseDispatcherFlowControl=false
 
 # Max number of concurrent lookup request broker allows to throttle heavy 
incoming lookup traffic
@@ -638,7 +638,7 @@ bookkeeperMetadataServiceUri=
 # Authentication plugin to use when connecting to bookies
 bookkeeperClientAuthenticationPlugin=
 
-# BookKeeper auth plugin implementatation specifics parameters name and values
+# BookKeeper auth plugin implementation specifics parameters name and values
 bookkeeperClientAuthenticationParametersName=
 bookkeeperClientAuthenticationParameters=
 
@@ -944,7 +944,7 @@ defaultNamespaceBundleSplitAlgorithm=range_equally_divide
 
loadBalancerLoadSheddingStrategy=org.apache.pulsar.broker.loadbalance.impl.ThresholdShedder
 
 # The broker resource usage threshold.
-# When the broker resource usage is gratter than the pulsar cluster average 
resource usge,
+# When the broker resource usage is greater than the pulsar cluster average 
resource usge,
 # the threshold shedder will be triggered to offload bundles from the broker.
 # It only take effect in ThresholdShedder strategy.
 loadBalancerBrokerThresholdShedderPercentage=10
@@ -953,27 +953,27 @@ loadBalancerBrokerThresholdShedderPercentage=10
 # It only take effect in ThresholdShedder strategy.
 loadBalancerHistoryResourcePercentage=0.9
 
-# The BandWithIn usage weight when calculating new resourde usage.
+# The BandWithIn usage weight when calculating new resource usage.
 # It only take effect in ThresholdShedder strategy.
 loadBalancerBandwithInResourceWeight=1.0
 
-# The BandWithOut usage weight when calculating new resourde usage.
+# The BandWithOut usage weight when calculating new resource usage.
 # It only take effect in ThresholdShedder strategy.
 loadBalancerBandwithOutResourceWeight=1.0
 
-# The CPU usage weight when calculating new resourde usage.
+# The CPU usage weight when calculating new resource usage.
 # It only take effect in ThresholdShedder strategy.
 loadBalancerCPUResourceWeight=1.0
 
-# The heap memory usage weight when calculating new resourde usage.
+# The heap memory usage weight when calculating new resource usage.
 # It only take effect in ThresholdShedder strategy.
 loadBalancerMemoryResourceWeight=1.0
 
-# The direct memory usage weight when calculating new resourde usage.
+# The direct memory usage weight when calculating new resource usage.
 # It only take effect in ThresholdShedder strategy.
 loadBalancerDirectMemoryResourceWeight=1.0
 
-# Bundle unload minimum throughput threshold (MB), avoding bundle unload 
frequently.
+# Bundle unload minimum throughput threshold (MB), avoiding bundle unload 
frequently.
 # It only take effect in ThresholdShedder strategy.
 loadBalancerBundleUnloadMinThroughputThreshold=10
 
@@ -995,7 +995,7 @@ replicatorPrefix=pulsar.repl
 
 # Duration to check replication policy to avoid replicator inconsistency
 # due to missing ZooKeeper watch (disable with value 0)
-replicatioPolicyCheckDurationSeconds=600
+replicationPolicyCheckDurationSeconds=600
 
 # Default message retention time. 0 means retention is disabled. -1 means data 
is not removed by time quota
 defaultRetentionTimeInMinutes=0

Reply via email to