Skip to content

Commit f5a87b3

Browse files
authored
KAFKA-19748: Add a note in docs about memory leak in Kafka Streams 4.1.0 (#20639)
Added a note regarding the memory leak bug in the documentation. Reviewers: Matthias J. Sax <[email protected]>
1 parent 2da02d9 commit f5a87b3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/streams/upgrade-guide.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ <h3 class="anchor-heading"><a id="streams_notable_changes" class="anchor-link"><
110110

111111
<h3><a id="streams_api_changes_410" href="#streams_api_changes_410">Streams API changes in 4.1.0</a></h3>
112112

113+
<p><b>Note:</b> Kafka Streams 4.1.0 contains a critical memory leak bug (<a href="https://issues.apache.org/jira/browse/KAFKA-19748">KAFKA-19748</a>) 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 when available.</p>
114+
113115
<h4>Early Access of the Streams Rebalance Protocol</h4>
114116

115117
<p>

docs/upgrade.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ <h5><a id="upgrade_420_notable" href="#upgrade_420_notable">Notable changes in 4
193193

194194
<h4><a id="upgrade_4_1_0" href="#upgrade_4_1_0">Upgrading to 4.1.0</a></h4>
195195

196+
<p><b>Note:</b> Kafka Streams 4.1.0 contains a critical memory leak bug (<a href="https://issues.apache.org/jira/browse/KAFKA-19748">KAFKA-19748</a>) 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 when available.</p>
197+
196198
<h5><a id="upgrade_4_1_0_from" href="#upgrade_4_1_0_from">Upgrading Servers to 4.1.0 from any version 3.3.x through 4.0.x</a></h5>
197199
<h5><a id="upgrade_410_notable" href="#upgrade_410_notable">Notable changes in 4.1.0</a></h5>
198200
<ul>

0 commit comments

Comments
 (0)