Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ asciidoc:
# Fallback versions
# We try to fetch the latest versions from GitHub at build time
# --
full-version: 25.3.8
latest-redpanda-tag: 'v25.3.8'
full-version: 25.3.9
latest-redpanda-tag: 'v25.3.9'
latest-console-tag: 'v3.3.1'
latest-release-commit: '6aa5af28b020b66e5caa966094882b7260497a53'
latest-operator-version: 'v2.3.8-24.3.6'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"comparison": {
"oldVersion": "v25.3.7",
"newVersion": "v25.3.8",
"timestamp": "2026-02-25T19:46:45.991Z"
"oldVersion": "v25.3.8",
"newVersion": "v25.3.9",
"timestamp": "2026-02-26T14:27:39.688Z"
},
"summary": {
"newProperties": 1,
"newProperties": 0,
"changedDefaults": 0,
"changedDescriptions": 0,
"changedTypes": 0,
Expand All @@ -14,14 +14,7 @@
"emptyDescriptions": 3
},
"details": {
"newProperties": [
{
"name": "log_compaction_max_priority_wait_ms",
"type": "integer",
"default": 3600000,
"description": "Maximum time a priority partition (for example, __consumer_offsets) can wait for compaction before preempting regular compaction."
}
],
"newProperties": [],
"changedDefaults": [],
"changedDescriptions": [],
"changedTypes": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8600,6 +8600,7 @@
"needs_restart": false,
"nullable": false,
"type": "integer",
"version": "v25.3.8",
"visibility": "tunable"
},
"log_compaction_merge_max_ranges": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11384,6 +11384,10 @@ endif::[]

=== log_compaction_max_priority_wait_ms

ifndef::env-cloud[]
*Introduced in v25.3.8*
endif::[]

Maximum time a priority partition (for example, `__consumer_offsets`) can wait for compaction before preempting regular compaction.

[cols="1s,2a"]
Expand Down