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

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


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 81a9d0d28f5 [cleanup][broker][branch-3.0] Remove no-op configurations 
caused by cherry-picking (#24960)
81a9d0d28f5 is described below

commit 81a9d0d28f596e0b8912b72d0599188aefa12249
Author: Yike Xiao <[email protected]>
AuthorDate: Sat Nov 8 20:55:17 2025 +0800

    [cleanup][broker][branch-3.0] Remove no-op configurations caused by 
cherry-picking (#24960)
---
 conf/broker.conf     | 8 --------
 conf/standalone.conf | 8 --------
 2 files changed, 16 deletions(-)

diff --git a/conf/broker.conf b/conf/broker.conf
index 2139e57fc63..91f75bc6772 100644
--- a/conf/broker.conf
+++ b/conf/broker.conf
@@ -1278,10 +1278,6 @@ 
managedLedgerMaxUnackedRangesToPersistInMetadataStore=1000
 # the metadata store such as ZooKeeper.
 managedCursorInfoCompressionType=NONE
 
-# ManagedCursorInfo compression size threshold (bytes), only compress metadata 
when origin size more then this value.
-# 0 means compression will always apply.
-managedCursorInfoCompressionThresholdInBytes=16384
-
 # ManagedLedgerInfo compression type, option values (NONE, LZ4, ZLIB, ZSTD, 
SNAPPY).
 # If value is invalid or NONE, then save the ManagedLedgerInfo bytes data 
directly without compression.
 # Using compression reduces the size of the persistent topic metadata. When a 
topic contains a large number of
@@ -1290,10 +1286,6 @@ managedCursorInfoCompressionThresholdInBytes=16384
 # in the metadata store such as ZooKeeper.
 managedLedgerInfoCompressionType=NONE
 
-# ManagedLedgerInfo compression size threshold (bytes), only compress metadata 
when origin size more then this value.
-# 0 means compression will always apply.
-managedLedgerInfoCompressionThresholdInBytes=16384
-
 # Skip reading non-recoverable/unreadable data-ledger under managed-ledger's 
list. It helps when data-ledgers gets
 # corrupted at bookkeeper and managed-cursor is stuck at that ledger.
 autoSkipNonRecoverableData=false
diff --git a/conf/standalone.conf b/conf/standalone.conf
index e4532021cc5..6e09108f40f 100644
--- a/conf/standalone.conf
+++ b/conf/standalone.conf
@@ -820,10 +820,6 @@ managedLedgerMaxUnackedRangesToPersistInMetadataStore=1000
 # the metadata store such as ZooKeeper.
 managedCursorInfoCompressionType=NONE
 
-# ManagedCursorInfo compression size threshold (bytes), only compress metadata 
when origin size more then this value.
-# 0 means compression will always apply.
-managedCursorInfoCompressionThresholdInBytes=16384
-
 # ManagedLedgerInfo compression type, option values (NONE, LZ4, ZLIB, ZSTD, 
SNAPPY).
 # If value is invalid or NONE, then save the ManagedLedgerInfo bytes data 
directly without compression.
 # Using compression reduces the size of the persistent topic metadata. When a 
topic contains a large number of
@@ -832,10 +828,6 @@ managedCursorInfoCompressionThresholdInBytes=16384
 # in the metadata store such as ZooKeeper.
 managedLedgerInfoCompressionType=NONE
 
-# ManagedLedgerInfo compression size threshold (bytes), only compress metadata 
when origin size more then this value.
-# 0 means compression will always apply.
-managedLedgerInfoCompressionThresholdInBytes=16384
-
 # Skip reading non-recoverable/unreadable data-ledger under managed-ledger's 
list. It helps when data-ledgers gets
 # corrupted at bookkeeper and managed-cursor is stuck at that ledger.
 autoSkipNonRecoverableData=false

Reply via email to