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
KAFKA-19576 Fix typo in state-change log filename after rotate (#20269)
The `state-change.log` file is being incorrectly rotated to
`stage-change.log.[date]`. This change fixes the typo to have the log
file correctly rotated to `state-change.log.[date]`
_No functional changes._
Reviewers: Mickael Maison <[email protected]>, Christo Lolov
<[email protected]>, Luke Chen <[email protected]>, Ken Huang
<[email protected]>, TengYao Chi <[email protected]>, Chia-Ping Tsai
<[email protected]>
<h5><aid="upgrade_servers_4_0_0"href="#upgrade_servers_4_0_0">Upgrading Servers to 4.0.0 from any version 3.3.x through 3.9.x</a></h5>
35
+
<h5><aid="upgrade_servers_4_0_1"href="#upgrade_servers_4_0_1">Upgrading Servers to 4.0.1 from any version 3.3.x through 3.9.x</a></h5>
36
36
37
37
<p>Note: ApacheKafka4.0onlysupportsKRaftmode-ZooKeepermodehasbeenremoved.Assuch,<b>broker upgrades to 4.0.0 (and higher) require KRaft mode and
38
38
the software and metadata versions must be at least 3.3.x</b>(thefirstversionwhenKRaftmodewasdeemedproductionready).ForclustersinKRaftmode
@@ -56,7 +56,13 @@ <h5><a id="upgrade_servers_4_0_0" href="#upgrade_servers_4_0_0">Upgrading Server
56
56
has a boolean parameter that indicates if there are metadata changes (i.e. <code>IBP_4_0_IV1(23, "4.0", "IV1", true)</code> means this version has metadata changes).
57
57
Given your current and target versions, a downgrade is only possible if there are no metadata changes in the versions between.</li>
58
58
</ol>
59
-
59
+
<h5><aid="upgrade_servers_401_notable"href="#upgrade_servers_401_notable">Notable changes in 4.0.1</a></h5>
60
+
<ul>
61
+
<li>
62
+
The filename for rotated <code>state-change.log</code> files has been updated from <code>stage-change.log.[date]</code> to <code>state-change.log.[date]</code> in the log4j2.yaml configuration file.
63
+
See <ahref="https://issues.apache.org/jira/browse/KAFKA-19576">KAFKA-19576</a> for details.
64
+
</li>
65
+
</ul>
60
66
<h5><aid="upgrade_servers_400_notable"href="#upgrade_servers_400_notable">Notable changes in 4.0.0</a></h5>
Apache Kafka 4.0 ships with a brand-new group coordinator implementation (See <ahref="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=217387038#KIP848:TheNextGenerationoftheConsumerRebalanceProtocol-GroupCoordinator">here</a>).
0 commit comments