Skip to content

Commit 57662ef

Browse files
authored
Add note about KAFKA-15653 (apache#14689)
Adding the note from the kafka-site repo to the main repo. I also included the fixed link. apache/kafka-site@9fa596c apache/kafka-site@4eb2409 Reviewers: Divij Vaidya <diviv@amazon.com>, Ismael Juma <ismael@juma.me.uk>
1 parent 0390d5b commit 57662ef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/upgrade.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ <h5><a id="upgrade_360_notable" href="#upgrade_360_notable">Notable changes in 3
116116
For more information about the early access tiered storage feature, please check <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-405%3A+Kafka+Tiered+Storage">KIP-405</a> and
117117
<a href="https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Tiered+Storage+Early+Access+Release+Notes">Tiered Storage Early Access Release Note</a>.
118118
</li>
119+
<li>Transaction partition verification (<a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-890%3A+Transactions+Server-Side+Defense">KIP-890</a>)
120+
has been added to data partitions to prevent hanging transactions. Workloads with compression can experience InvalidRecordExceptions and UnknownServerExceptions.
121+
This feature can be disabled by setting <code>transaction.partition.verification.enable</code> to false. Note that the default for 3.6 is true.
122+
The configuration can also be updated dynamically and is applied to the broker.
123+
This will be fixed in 3.6.1. See <a href="https://issues.apache.org/jira/browse/KAFKA-15653">KAFKA-15653</a> for more details.
124+
</li>
119125
</ul>
120126

121127
<h4><a id="upgrade_3_5_0" href="#upgrade_3_5_0">Upgrading to 3.5.0 from any version 0.8.x through 3.4.x</a></h4>

0 commit comments

Comments
 (0)