ijuma commented on code in PR #564:
URL: https://github.com/apache/kafka-site/pull/564#discussion_r1375131837


##########
36/upgrade.html:
##########
@@ -116,6 +116,12 @@ <h5><a id="upgrade_360_notable" 
href="#upgrade_360_notable">Notable changes in 3
             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
             <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.
+            For workloads with compression, 
<code>transaction.partition.verification.enable</code> should be set to false. 
Note that the default for 3.6 is true.

Review Comment:
   I'd just say "This feature can be disabled by setting..." (instead of "For 
workloads with compression...".



##########
36/upgrade.html:
##########
@@ -116,6 +116,12 @@ <h5><a id="upgrade_360_notable" 
href="#upgrade_360_notable">Notable changes in 3
             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
             <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.
+            For workloads with compression, 
<code>transaction.partition.verification.enable</code> should be set 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 a future release. See <a 
href="https://issues.apache.org/jira/browse/KAFKA-15653";>KAFKA-15653</a> for 
more details.

Review Comment:
   Can we say it will be fixed in 3.6.1?.



-- 
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: dev-unsubscr...@kafka.apache.org

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

Reply via email to