This is an automated email from the ASF dual-hosted git repository.

jolshan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 0ef89a7cc05 MINOR: Update KIP-890 note (#15244)
0ef89a7cc05 is described below

commit 0ef89a7cc059b0ba9b2536e018303c9004ac9142
Author: Justine Olshan <[email protected]>
AuthorDate: Tue Jan 23 09:18:28 2024 -0800

    MINOR: Update KIP-890 note (#15244)
    
    We've released the fix so I updated the note. We can backport to 3.6 and 
3.7 branches as well.
    
    Reviewers: Ismael Juma <[email protected]>, Divij Vaidya <[email protected]>
---
 docs/upgrade.html | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/docs/upgrade.html b/docs/upgrade.html
index 079a7bdd47d..bf66a3d3ad4 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -131,10 +131,9 @@
             <a 
href="https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Tiered+Storage+Early+Access+Release+Notes";>Tiered
 Storage Early Access Release Note</a>.
         </li>
         <li>Transaction partition verification (<a 
href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-890%3A+Transactions+Server-Side+Defense";>KIP-890</a>)
-            has been added to data partitions to prevent hanging transactions. 
Workloads with compression can experience InvalidRecordExceptions and 
UnknownServerExceptions.
-            This feature can be disabled by setting 
<code>transaction.partition.verification.enable</code> to false. Note that the 
default for 3.6 is true.
-            The configuration can also be updated dynamically and is applied 
to the broker.
-            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.
+            has been added to data partitions to prevent hanging transactions. 
This feature is enabled by default and can be disabled by setting 
<code>transaction.partition.verification.enable</code> to false.
+            The configuration can also be updated dynamically and is applied 
to the broker. Workloads running on version 3.6.0 with compression can 
experience
+            InvalidRecordExceptions and UnknownServerExceptions. Upgrading to 
3.6.1 or newer or disabling the feature fixes the issue.
         </li>
     </ul>
 

Reply via email to