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

sijie 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 57c3e8b  [docs] Fix typo in broker.conf and standalone.conf (#8912)
57c3e8b is described below

commit 57c3e8bda93cc29461144818f7a3ec06eaee215e
Author: RathipriyaSingaram <[email protected]>
AuthorDate: Tue Dec 15 03:32:16 2020 +0530

    [docs] Fix typo in broker.conf and standalone.conf (#8912)
    
    Fixed typo in Resource usage ThresholdShedder in configuration comments.
---
 conf/broker.conf     | 30 +++++++++++++++---------------
 conf/standalone.conf | 30 +++++++++++++++---------------
 2 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/conf/broker.conf b/conf/broker.conf
index c3a6452..5e22f71 100644
--- a/conf/broker.conf
+++ b/conf/broker.conf
@@ -982,37 +982,37 @@ defaultNamespaceBundleSplitAlgorithm=range_equally_divide
 
loadBalancerLoadSheddingStrategy=org.apache.pulsar.broker.loadbalance.impl.OverloadShedder
 
 # 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 usage,
 # the threshold shedder will be triggered to offload bundles from the broker.
-# It only take effect in ThresholdSheddler strategy.
+# It only takes effect in the ThresholdSheddler strategy.
 loadBalancerBrokerThresholdShedderPercentage=10
 
 # When calculating new resource usage, the history usage accounts for.
-# It only take effect in ThresholdSheddler strategy.
+# It only takes effect in the ThresholdShedder strategy.
 loadBalancerHistoryResourcePercentage=0.9
 
-# The BandWithIn usage weight when calculating new resourde usage.
-# It only take effect in ThresholdShedder strategy.
+# The BandWithIn usage weight when calculating new resource usage.
+# It only takes effect in the ThresholdShedder strategy.
 loadBalancerBandwithInResourceWeight=1.0
 
-# The BandWithOut usage weight when calculating new resourde usage.
-# It only take effect in ThresholdShedder strategy.
+# The BandWithOut usage weight when calculating new resource usage.
+# It only takes effect in the ThresholdShedder strategy.
 loadBalancerBandwithOutResourceWeight=1.0
 
-# The CPU usage weight when calculating new resourde usage.
-# It only take effect in ThresholdShedder strategy.
+# The CPU usage weight when calculating new resource usage.
+# It only takes effect in the ThresholdShedder strategy.
 loadBalancerCPUResourceWeight=1.0
 
-# The heap memory usage weight when calculating new resourde usage.
-# It only take effect in ThresholdShedder strategy.
+# The heap memory usage weight when calculating new resource usage.
+# It only takes effect in the ThresholdShedder strategy.
 loadBalancerMemoryResourceWeight=1.0
 
-# The direct memory usage weight when calculating new resourde usage.
-# It only take effect in ThresholdShedder strategy.
+# The direct memory usage weight when calculating new resource usage.
+# It only takes effect in the ThresholdShedder strategy.
 loadBalancerDirectMemoryResourceWeight=1.0
 
-# Bundle unload minimum throughput threshold (MB), avoding bundle unload 
frequently.
-# It only take effect in ThresholdShedder strategy.
+# Bundle unload minimum throughput threshold (MB), avoiding bundle unload 
frequently.
+# It only takes effect in the ThresholdShedder strategy.
 loadBalancerBundleUnloadMinThroughputThreshold=10
 
 ### --- Replication --- ###
diff --git a/conf/standalone.conf b/conf/standalone.conf
index 30e5688..b54f40c 100644
--- a/conf/standalone.conf
+++ b/conf/standalone.conf
@@ -695,37 +695,37 @@ loadBalancerNamespaceBundleMaxBandwidthMbytes=100
 loadBalancerNamespaceMaximumBundles=128
 
 # 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 usage,
 # the threshold shedder will be triggered to offload bundles from the broker.
-# It only take effect in ThresholdSheddler strategy.
+# It only takes effect in the ThresholdSheddler strategy.
 loadBalancerBrokerThresholdShedderPercentage=10
 
 # When calculating new resource usage, the history usage accounts for.
-# It only take effect in ThresholdSheddler strategy.
+# It only takes effect in the ThresholdShedder strategy.
 loadBalancerHistoryResourcePercentage=0.9
 
-# The BandWithIn usage weight when calculating new resourde usage.
-# It only take effect in ThresholdShedder strategy.
+# The BandWithIn usage weight when calculating new resource usage.
+# It only takes effect in the ThresholdShedder strategy.
 loadBalancerBandwithInResourceWeight=1.0
 
-# The BandWithOut usage weight when calculating new resourde usage.
-# It only take effect in ThresholdShedder strategy.
+# The BandWithOut usage weight when calculating new resource usage.
+# It only takes effect in the ThresholdShedder strategy.
 loadBalancerBandwithOutResourceWeight=1.0
 
-# The CPU usage weight when calculating new resourde usage.
-# It only take effect in ThresholdShedder strategy.
+# The CPU usage weight when calculating new resource usage.
+# It only takes effect in the ThresholdShedder strategy.
 loadBalancerCPUResourceWeight=1.0
 
-# The heap memory usage weight when calculating new resourde usage.
-# It only take effect in ThresholdShedder strategy.
+# The heap memory usage weight when calculating new resource usage.
+# It only takes effect in the ThresholdShedder strategy.
 loadBalancerMemoryResourceWeight=1.0
 
-# The direct memory usage weight when calculating new resourde usage.
-# It only take effect in ThresholdShedder strategy.
+# The direct memory usage weight when calculating new resource usage.
+# It only takes effect in the ThresholdShedder strategy.
 loadBalancerDirectMemoryResourceWeight=1.0
 
-# Bundle unload minimum throughput threshold (MB), avoding bundle unload 
frequently.
-# It only take effect in ThresholdShedder strategy.
+# Bundle unload minimum throughput threshold (MB), avoiding bundle unload 
frequently.
+# It only takes effect in the ThresholdShedder strategy.
 loadBalancerBundleUnloadMinThroughputThreshold=10
 
 ### --- Replication --- ###

Reply via email to