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 @@ Tiered Storage Early Access Release Note.
transaction.partition.verification.enable 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 KAFKA-15653 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 transaction.partition.verification.enable 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.