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

github-actions[bot] pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new b17e4f4d945 Docs sync done from apache/pulsar (#100d3ef)
b17e4f4d945 is described below

commit b17e4f4d9456fba4f555b76e681a9d658a688ee4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 4 01:37:32 2026 +0000

    Docs sync done from apache/pulsar (#100d3ef)
---
 .../next/config/reference-configuration-broker.md         | 15 ---------------
 .../next/config/reference-configuration-standalone.md     | 15 ---------------
 2 files changed, 30 deletions(-)

diff --git a/static/reference/next/config/reference-configuration-broker.md 
b/static/reference/next/config/reference-configuration-broker.md
index 0d1c9cdf8a4..f9ed3342e45 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -5362,19 +5362,6 @@ The threshold to triggering automatic offload to long 
term storage
 
 **Category**: Storage (Ledger Offloading)
 
-### managedLedgerUnackedRangesOpenCacheSetEnabled
-When set to true, a BitSet will be used to track acknowledged messages that 
come after the "mark delete position" for each subscription.
-
-RoaringBitmap is used as a memory efficient BitSet implementation for the 
acknowledged messages tracking. Unacknowledged ranges are the message ranges 
excluding the acknowledged messages.
-
-**Type**: `boolean`
-
-**Default**: `true`
-
-**Dynamic**: `false`
-
-**Category**: Storage (Ledger Offloading)
-
 ### narExtractionDirectory
 The directory where nar Extraction of offloaders happens
 
@@ -6099,8 +6086,6 @@ Default is ``.
 ### managedLedgerPersistIndividualAckAsLongArray
 When storing acknowledgement state, choose a more compact serialization format 
that stores individual acknowledgements as a bitmap which is serialized to an 
array of long values.
 
-NOTE: This setting requires managedLedgerUnackedRangesOpenCacheSetEnabled=true 
to be effective.
-
 **Type**: `boolean`
 
 **Default**: `true`
diff --git a/static/reference/next/config/reference-configuration-standalone.md 
b/static/reference/next/config/reference-configuration-standalone.md
index 0d1c9cdf8a4..f9ed3342e45 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -5362,19 +5362,6 @@ The threshold to triggering automatic offload to long 
term storage
 
 **Category**: Storage (Ledger Offloading)
 
-### managedLedgerUnackedRangesOpenCacheSetEnabled
-When set to true, a BitSet will be used to track acknowledged messages that 
come after the "mark delete position" for each subscription.
-
-RoaringBitmap is used as a memory efficient BitSet implementation for the 
acknowledged messages tracking. Unacknowledged ranges are the message ranges 
excluding the acknowledged messages.
-
-**Type**: `boolean`
-
-**Default**: `true`
-
-**Dynamic**: `false`
-
-**Category**: Storage (Ledger Offloading)
-
 ### narExtractionDirectory
 The directory where nar Extraction of offloaders happens
 
@@ -6099,8 +6086,6 @@ Default is ``.
 ### managedLedgerPersistIndividualAckAsLongArray
 When storing acknowledgement state, choose a more compact serialization format 
that stores individual acknowledgements as a bitmap which is serialized to an 
array of long values.
 
-NOTE: This setting requires managedLedgerUnackedRangesOpenCacheSetEnabled=true 
to be effective.
-
 **Type**: `boolean`
 
 **Default**: `true`

Reply via email to