KAFKA-20517: Backport KAFKA-19748 Streams memory-leak note to 4.1 docs#22149
Open
muralibasani wants to merge 2 commits intoapache:4.1from
Open
KAFKA-20517: Backport KAFKA-19748 Streams memory-leak note to 4.1 docs#22149muralibasani wants to merge 2 commits intoapache:4.1from
muralibasani wants to merge 2 commits intoapache:4.1from
Conversation
Adapts the trunk commit f5a87b3 (apache#20639) for the 4.1 branch, which uses Markdown docs instead of the HTML layout on trunk. Co-authored-by: Shashank <hsshashank.grad@gmail.com>
Contributor
Author
|
@AndrewJSchofield do you think this pr to 4.1 branch makes sense ? |
chia7712
reviewed
Apr 25, 2026
|
|
||
| **Note:** Kafka Streams 4.1.0 contains a critical memory leak bug ([KAFKA-19748](https://issues.apache.org/jira/browse/KAFKA-19748)) that affects users of range scans and certain DSL operators (session windows, sliding windows, stream-stream joins, foreign-key joins). Users running Kafka Streams should consider upgrading directly to 4.1.1, which includes the fix for it. | ||
|
|
||
| ### Upgrading Servers to 4.1.0 from any version 3.3.x through 4.0.x |
Member
There was a problem hiding this comment.
Maybe we could add something here? Leaving the body empty looks a bit weird to me
The rolling upgrade procedure for 4.1.x is identical to the 4.0 upgrade. Please refer to the [Upgrading Servers to 4.0.x](https://www.google.com/search?q=%23) section for detailed step-by-step instructions.
Contributor
Author
There was a problem hiding this comment.
Agree, updated with link /41/getting-started/upgrade/#upgrading-servers-to-401-from-any-version-33x-through-39x.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ref : https://issues.apache.org/jira/browse/KAFKA-20517
Backports the KAFKA-19748 Kafka Streams memory-leak warning from trunk (f5a87b3, #20639) to the 4.1 branch.
The original commit did not apply cleanly because trunk's HTML upgrade docs have been migrated to Markdown on 4.1, so the same note is added to
docs/getting-started/upgrade.mdanddocs/streams/upgrade-guide.md.Wording updated from "when available" to "which includes the fix for it" since 4.1.1 is released.