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

houxiaoyu 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 d7b34dce94b [fix][broker] Typo correction: from 
backlogQuotaDefaultLimitByte to backlogQuotaDefaultLimitBytes (#24066)
d7b34dce94b is described below

commit d7b34dce94bdaada689c3f440e8280378eee16dc
Author: StevenLuMT <[email protected]>
AuthorDate: Tue Mar 11 00:20:44 2025 +0800

    [fix][broker] Typo correction: from backlogQuotaDefaultLimitByte to 
backlogQuotaDefaultLimitBytes (#24066)
    
    Co-authored-by: nuolin <[email protected]>
---
 conf/broker.conf                                                        | 2 +-
 .../src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/broker.conf b/conf/broker.conf
index a543fa2db71..a2a976cde30 100644
--- a/conf/broker.conf
+++ b/conf/broker.conf
@@ -1939,7 +1939,7 @@ replicationTlsEnabled=false
 # Deprecated. Use brokerDeleteInactiveTopicsFrequencySeconds
 brokerServicePurgeInactiveFrequencyInSeconds=60
 
-# Deprecated - Use backlogQuotaDefaultLimitByte instead.
+# Deprecated - Use backlogQuotaDefaultLimitBytes instead.
 backlogQuotaDefaultLimitGB=-1
 
 # Deprecated - Use webServicePortTls and brokerServicePortTls instead
diff --git 
a/pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java
 
b/pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java
index ca4408aa4e7..0a790e176ae 100644
--- 
a/pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java
+++ 
b/pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java
@@ -640,7 +640,7 @@ public class ServiceConfiguration implements 
PulsarConfiguration {
     @Deprecated
     @FieldContext(
         category = CATEGORY_POLICIES,
-        doc = "@deprecated - Use backlogQuotaDefaultLimitByte instead."
+        doc = "@deprecated - Use backlogQuotaDefaultLimitBytes instead."
     )
     private double backlogQuotaDefaultLimitGB = -1;
 

Reply via email to