Skip to content

Commit 58fff90

Browse files
committed
revert cluster prop change
1 parent a1b569b commit 58fff90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-data/property-overrides.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
"description": "Time limit on waiting for uploads to complete before a leadership transfer. If this is `null`, leadership transfers proceed without waiting."
323323
},
324324
"cloud_storage_housekeeping_interval_ms": {
325-
"description": "Interval between object storage housekeeping tasks.\n\nThis property supports three states:\n\n* Positive value: Sets the interval in milliseconds between housekeeping operations. Smaller values provide more frequent cleanup but increase CPU and I/O usage.\n* 0: Disables automatic housekeeping operations. Manual cleanup may be required.\n* Negative value: Uses the default system interval for housekeeping tasks, following Kafka protocol behavior."
325+
"description": "Interval, in milliseconds, between object storage housekeeping tasks."
326326
},
327327
"cloud_storage_hydrated_chunks_per_segment_ratio": {
328328
"description": "The maximum number of chunks per segment that can be hydrated at a time. Above this number, unused chunks are trimmed.\n\nA segment is divided into chunks. Chunk hydration means downloading the chunk (which is a small part of a full segment) from cloud storage and placing it in the local disk cache. Redpanda periodically removes old, unused chunks from your local disk. This process is called chunk eviction. This property controls how many chunks can be present for a given segment in local disk at a time, before eviction is triggered, removing the oldest ones from disk. Note that this property is not used for the default eviction strategy which simply removes all unused chunks."

0 commit comments

Comments
 (0)