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

liuyu 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 94bf13f  [Documentation] Fix ThresholdShedder Typo (#9933)
94bf13f is described below

commit 94bf13f2f216c9f5d7ca00af31a5efaedde7e397
Author: Michael Marshall <[email protected]>
AuthorDate: Wed Mar 17 00:55:30 2021 -0600

    [Documentation] Fix ThresholdShedder Typo (#9933)
---
 conf/broker.conf                                         |  2 +-
 conf/standalone.conf                                     |  2 +-
 deployment/terraform-ansible/templates/broker.conf       |  4 ++--
 site2/docs/reference-configuration.md                    | 16 ++++++++--------
 site2/website/blog/2020-06-18-Apache-Pulsar-2-6-0.md     |  4 ++--
 .../version-2.7.0/reference-configuration.md             | 16 ++++++++--------
 .../version-2.7.1/reference-configuration.md             | 16 ++++++++--------
 7 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/conf/broker.conf b/conf/broker.conf
index 6ba9882..9efd49b 100644
--- a/conf/broker.conf
+++ b/conf/broker.conf
@@ -1016,7 +1016,7 @@ 
loadBalancerLoadSheddingStrategy=org.apache.pulsar.broker.loadbalance.impl.Overl
 # The broker resource usage threshold.
 # 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 takes effect in the ThresholdSheddler strategy.
+# It only takes effect in the ThresholdShedder strategy.
 loadBalancerBrokerThresholdShedderPercentage=10
 
 # When calculating new resource usage, the history usage accounts for.
diff --git a/conf/standalone.conf b/conf/standalone.conf
index 10a5f1e..64a505e 100644
--- a/conf/standalone.conf
+++ b/conf/standalone.conf
@@ -730,7 +730,7 @@ loadBalancerNamespaceMaximumBundles=128
 # The broker resource usage threshold.
 # 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 takes effect in the ThresholdSheddler strategy.
+# It only takes effect in the ThresholdShedder strategy.
 loadBalancerBrokerThresholdShedderPercentage=10
 
 # When calculating new resource usage, the history usage accounts for.
diff --git a/deployment/terraform-ansible/templates/broker.conf 
b/deployment/terraform-ansible/templates/broker.conf
index 5a600d6..261d490 100644
--- a/deployment/terraform-ansible/templates/broker.conf
+++ b/deployment/terraform-ansible/templates/broker.conf
@@ -936,11 +936,11 @@ 
loadBalancerLoadSheddingStrategy=org.apache.pulsar.broker.loadbalance.impl.Overl
 # The broker resource usage threshold.
 # When the broker resource usage is gratter than the pulsar cluster average 
resource usge,
 # the threshold shedder will be triggered to offload bundles from the broker.
-# It only take effect in ThresholdSheddler strategy.
+# It only take effect in ThresholdShedder strategy.
 loadBalancerBrokerThresholdShedderPercentage=10
 
 # When calculating new resource usage, the history usage accounts for.
-# It only take effect in ThresholdSheddler strategy.
+# It only take effect in ThresholdShedder strategy.
 loadBalancerHistoryResourcePercentage=0.9
 
 # The BandWithIn usage weight when calculating new resourde usage.
diff --git a/site2/docs/reference-configuration.md 
b/site2/docs/reference-configuration.md
index e72922b..eea2e49 100644
--- a/site2/docs/reference-configuration.md
+++ b/site2/docs/reference-configuration.md
@@ -644,14 +644,14 @@ The value of 0 disables message-byte 
dispatch-throttling.|0|
 |loadBalancerNamespaceBundleMaxMsgRate|   |1000|
 |loadBalancerNamespaceBundleMaxBandwidthMbytes|   |100|
 |loadBalancerNamespaceMaximumBundles|   |128|
-| loadBalancerBrokerThresholdShedderPercentage | The broker resource usage 
threshold. When the broker resource usage is greater than the pulsar cluster 
average resource usage, the threshold shedder is triggered to offload bundles 
from the broker. It only takes effect in the ThresholdSheddler strategy. | 10 |
-| loadBalancerHistoryResourcePercentage | The history usage when calculating 
new resource usage. It only takes effect in the ThresholdSheddler strategy. | 
0.9 |
-| loadBalancerBandwithInResourceWeight | The BandWithIn usage weight when 
calculating new resource usage. It only takes effect in the ThresholdSheddler 
strategy. | 1.0 |
-| loadBalancerBandwithOutResourceWeight | The BandWithOut usage weight when 
calculating new resource usage. It only takes effect in the ThresholdSheddler 
strategy. | 1.0 |
-| loadBalancerCPUResourceWeight | The CPU usage weight when calculating new 
resource usage. It only takes effect in the ThresholdSheddler strategy. | 1.0 |
-| loadBalancerMemoryResourceWeight | The heap memory usage weight when 
calculating new resource usage. It only takes effect in the ThresholdSheddler 
strategy. | 1.0 |
-| loadBalancerDirectMemoryResourceWeight | The direct memory usage weight when 
calculating new resource usage. It only takes effect in the ThresholdSheddler 
strategy. | 1.0 |
-| loadBalancerBundleUnloadMinThroughputThreshold | Bundle unload minimum 
throughput threshold. Avoid bundle unload frequently. It only takes effect in 
the ThresholdSheddler strategy. | 10 |
+| loadBalancerBrokerThresholdShedderPercentage | The broker resource usage 
threshold. When the broker resource usage is greater than the pulsar cluster 
average resource usage, the threshold shedder is triggered to offload bundles 
from the broker. It only takes effect in the ThresholdShedder strategy. | 10 |
+| loadBalancerHistoryResourcePercentage | The history usage when calculating 
new resource usage. It only takes effect in the ThresholdShedder strategy. | 
0.9 |
+| loadBalancerBandwithInResourceWeight | The BandWithIn usage weight when 
calculating new resource usage. It only takes effect in the ThresholdShedder 
strategy. | 1.0 |
+| loadBalancerBandwithOutResourceWeight | The BandWithOut usage weight when 
calculating new resource usage. It only takes effect in the ThresholdShedder 
strategy. | 1.0 |
+| loadBalancerCPUResourceWeight | The CPU usage weight when calculating new 
resource usage. It only takes effect in the ThresholdShedder strategy. | 1.0 |
+| loadBalancerMemoryResourceWeight | The heap memory usage weight when 
calculating new resource usage. It only takes effect in the ThresholdShedder 
strategy. | 1.0 |
+| loadBalancerDirectMemoryResourceWeight | The direct memory usage weight when 
calculating new resource usage. It only takes effect in the ThresholdShedder 
strategy. | 1.0 |
+| loadBalancerBundleUnloadMinThroughputThreshold | Bundle unload minimum 
throughput threshold. Avoid bundle unload frequently. It only takes effect in 
the ThresholdShedder strategy. | 10 |
 |replicationMetricsEnabled|   |true|
 |replicationConnectionsPerBroker|   |16|
 |replicationProducerQueueSize|    |1000|
diff --git a/site2/website/blog/2020-06-18-Apache-Pulsar-2-6-0.md 
b/site2/website/blog/2020-06-18-Apache-Pulsar-2-6-0.md
index 0b62490..c0d38ca 100644
--- a/site2/website/blog/2020-06-18-Apache-Pulsar-2-6-0.md
+++ b/site2/website/blog/2020-06-18-Apache-Pulsar-2-6-0.md
@@ -116,11 +116,11 @@ You can customize more parameters for the 
`ThresholdShedder` if needed as below.
 # The broker resource usage threshold.
 # 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 takes effect in ThresholdSheddler strategy.
+# It only takes effect in ThresholdShedder strategy.
 loadBalancerBrokerThresholdShedderPercentage=10
 
 # When calculating new resource usage, the history usage accounts for.
-# It only takes effect in ThresholdSheddler strategy.
+# It only takes effect in ThresholdShedder strategy.
 loadBalancerHistoryResourcePercentage=0.9
 
 # The BandWithIn usage weight when calculating new resource usage.
diff --git 
a/site2/website/versioned_docs/version-2.7.0/reference-configuration.md 
b/site2/website/versioned_docs/version-2.7.0/reference-configuration.md
index 4903b45..64a084d 100644
--- a/site2/website/versioned_docs/version-2.7.0/reference-configuration.md
+++ b/site2/website/versioned_docs/version-2.7.0/reference-configuration.md
@@ -637,14 +637,14 @@ The value of 0 disables message-byte 
dispatch-throttling.|0|
 |loadBalancerNamespaceBundleMaxMsgRate|   |1000|
 |loadBalancerNamespaceBundleMaxBandwidthMbytes|   |100|
 |loadBalancerNamespaceMaximumBundles|   |128|
-| loadBalancerBrokerThresholdShedderPercentage | The broker resource usage 
threshold. When the broker resource usage is greater than the pulsar cluster 
average resource usage, the threshold shedder is triggered to offload bundles 
from the broker. It only takes effect in the ThresholdSheddler strategy. | 10 |
-| loadBalancerHistoryResourcePercentage | The history usage when calculating 
new resource usage. It only takes effect in the ThresholdSheddler strategy. | 
0.9 |
-| loadBalancerBandwithInResourceWeight | The BandWithIn usage weight when 
calculating new resource usage. It only takes effect in the ThresholdSheddler 
strategy. | 1.0 |
-| loadBalancerBandwithOutResourceWeight | The BandWithOut usage weight when 
calculating new resource usage. It only takes effect in the ThresholdSheddler 
strategy. | 1.0 |
-| loadBalancerCPUResourceWeight | The CPU usage weight when calculating new 
resource usage. It only takes effect in the ThresholdSheddler strategy. | 1.0 |
-| loadBalancerMemoryResourceWeight | The heap memory usage weight when 
calculating new resource usage. It only takes effect in the ThresholdSheddler 
strategy. | 1.0 |
-| loadBalancerDirectMemoryResourceWeight | The direct memory usage weight when 
calculating new resource usage. It only takes effect in the ThresholdSheddler 
strategy. | 1.0 |
-| loadBalancerBundleUnloadMinThroughputThreshold | Bundle unload minimum 
throughput threshold. Avoid bundle unload frequently. It only takes effect in 
the ThresholdSheddler strategy. | 10 |
+| loadBalancerBrokerThresholdShedderPercentage | The broker resource usage 
threshold. When the broker resource usage is greater than the pulsar cluster 
average resource usage, the threshold shedder is triggered to offload bundles 
from the broker. It only takes effect in the ThresholdShedder strategy. | 10 |
+| loadBalancerHistoryResourcePercentage | The history usage when calculating 
new resource usage. It only takes effect in the ThresholdShedder strategy. | 
0.9 |
+| loadBalancerBandwithInResourceWeight | The BandWithIn usage weight when 
calculating new resource usage. It only takes effect in the ThresholdShedder 
strategy. | 1.0 |
+| loadBalancerBandwithOutResourceWeight | The BandWithOut usage weight when 
calculating new resource usage. It only takes effect in the ThresholdShedder 
strategy. | 1.0 |
+| loadBalancerCPUResourceWeight | The CPU usage weight when calculating new 
resource usage. It only takes effect in the ThresholdShedder strategy. | 1.0 |
+| loadBalancerMemoryResourceWeight | The heap memory usage weight when 
calculating new resource usage. It only takes effect in the ThresholdShedder 
strategy. | 1.0 |
+| loadBalancerDirectMemoryResourceWeight | The direct memory usage weight when 
calculating new resource usage. It only takes effect in the ThresholdShedder 
strategy. | 1.0 |
+| loadBalancerBundleUnloadMinThroughputThreshold | Bundle unload minimum 
throughput threshold. Avoid bundle unload frequently. It only takes effect in 
the ThresholdShedder strategy. | 10 |
 |replicationMetricsEnabled|   |true|
 |replicationConnectionsPerBroker|   |16|
 |replicationProducerQueueSize|    |1000|
diff --git 
a/site2/website/versioned_docs/version-2.7.1/reference-configuration.md 
b/site2/website/versioned_docs/version-2.7.1/reference-configuration.md
index 46f2282..1794cc4 100644
--- a/site2/website/versioned_docs/version-2.7.1/reference-configuration.md
+++ b/site2/website/versioned_docs/version-2.7.1/reference-configuration.md
@@ -637,14 +637,14 @@ The value of 0 disables message-byte 
dispatch-throttling.|0|
 |loadBalancerNamespaceBundleMaxMsgRate|   |1000|
 |loadBalancerNamespaceBundleMaxBandwidthMbytes|   |100|
 |loadBalancerNamespaceMaximumBundles|   |128|
-| loadBalancerBrokerThresholdShedderPercentage | The broker resource usage 
threshold. When the broker resource usage is greater than the pulsar cluster 
average resource usage, the threshold shedder is triggered to offload bundles 
from the broker. It only takes effect in the ThresholdSheddler strategy. | 10 |
-| loadBalancerHistoryResourcePercentage | The history usage when calculating 
new resource usage. It only takes effect in the ThresholdSheddler strategy. | 
0.9 |
-| loadBalancerBandwithInResourceWeight | The BandWithIn usage weight when 
calculating new resource usage. It only takes effect in the ThresholdSheddler 
strategy. | 1.0 |
-| loadBalancerBandwithOutResourceWeight | The BandWithOut usage weight when 
calculating new resource usage. It only takes effect in the ThresholdSheddler 
strategy. | 1.0 |
-| loadBalancerCPUResourceWeight | The CPU usage weight when calculating new 
resource usage. It only takes effect in the ThresholdSheddler strategy. | 1.0 |
-| loadBalancerMemoryResourceWeight | The heap memory usage weight when 
calculating new resource usage. It only takes effect in the ThresholdSheddler 
strategy. | 1.0 |
-| loadBalancerDirectMemoryResourceWeight | The direct memory usage weight when 
calculating new resource usage. It only takes effect in the ThresholdSheddler 
strategy. | 1.0 |
-| loadBalancerBundleUnloadMinThroughputThreshold | Bundle unload minimum 
throughput threshold. Avoid bundle unload frequently. It only takes effect in 
the ThresholdSheddler strategy. | 10 |
+| loadBalancerBrokerThresholdShedderPercentage | The broker resource usage 
threshold. When the broker resource usage is greater than the pulsar cluster 
average resource usage, the threshold shedder is triggered to offload bundles 
from the broker. It only takes effect in the ThresholdShedder strategy. | 10 |
+| loadBalancerHistoryResourcePercentage | The history usage when calculating 
new resource usage. It only takes effect in the ThresholdShedder strategy. | 
0.9 |
+| loadBalancerBandwithInResourceWeight | The BandWithIn usage weight when 
calculating new resource usage. It only takes effect in the ThresholdShedder 
strategy. | 1.0 |
+| loadBalancerBandwithOutResourceWeight | The BandWithOut usage weight when 
calculating new resource usage. It only takes effect in the ThresholdShedder 
strategy. | 1.0 |
+| loadBalancerCPUResourceWeight | The CPU usage weight when calculating new 
resource usage. It only takes effect in the ThresholdShedder strategy. | 1.0 |
+| loadBalancerMemoryResourceWeight | The heap memory usage weight when 
calculating new resource usage. It only takes effect in the ThresholdShedder 
strategy. | 1.0 |
+| loadBalancerDirectMemoryResourceWeight | The direct memory usage weight when 
calculating new resource usage. It only takes effect in the ThresholdShedder 
strategy. | 1.0 |
+| loadBalancerBundleUnloadMinThroughputThreshold | Bundle unload minimum 
throughput threshold. Avoid bundle unload frequently. It only takes effect in 
the ThresholdShedder strategy. | 10 |
 |replicationMetricsEnabled|   |true|
 |replicationConnectionsPerBroker|   |16|
 |replicationProducerQueueSize|    |1000|

Reply via email to