diff --git a/conf/broker.conf b/conf/broker.conf index 2139e57fc6348..91f75bc6772fc 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 e4532021cc52b..6e09108f40fb4 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