You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding the note from the kafka-site repo to the main repo. I also included the fixed link.
apache/kafka-site@9fa596capache/kafka-site@4eb2409
Reviewers: Divij Vaidya <diviv@amazon.com>, Ismael Juma <ismael@juma.me.uk>
Copy file name to clipboardExpand all lines: docs/upgrade.html
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,12 @@ <h5><a id="upgrade_360_notable" href="#upgrade_360_notable">Notable changes in 3
116
116
For more information about the early access tiered storage feature, please check <ahref="https://cwiki.apache.org/confluence/display/KAFKA/KIP-405%3A+Kafka+Tiered+Storage">KIP-405</a> and
117
117
<ahref="https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Tiered+Storage+Early+Access+Release+Notes">Tiered Storage Early Access Release Note</a>.
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 <ahref="https://issues.apache.org/jira/browse/KAFKA-15653">KAFKA-15653</a> for more details.
124
+
</li>
119
125
</ul>
120
126
121
127
<h4><aid="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