ijuma commented on code in PR #15244:
URL: https://github.com/apache/kafka/pull/15244#discussion_r1462487277


##########
docs/upgrade.html:
##########
@@ -127,10 +127,9 @@ <h5><a id="upgrade_360_notable" 
href="#upgrade_360_notable">Notable changes in 3
             <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 or 
disabling the feature fixes the issue.

Review Comment:
   Sorry, one more nit: "Upgrading to 3.6.1 or newer or...".



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to