chia7712 commented on code in PR #21273:
URL: https://github.com/apache/kafka/pull/21273#discussion_r2883715284
##########
server-common/src/main/java/org/apache/kafka/server/common/MetadataVersion.java:
##########
@@ -148,7 +151,7 @@ public enum MetadataVersion {
* <strong>Think carefully before you update this value. ONCE A METADATA
VERSION IS PRODUCTION,
* IT CANNOT BE CHANGED.</strong>
*/
- public static final MetadataVersion LATEST_PRODUCTION = IBP_4_2_IV1;
+ public static final MetadataVersion LATEST_PRODUCTION = IBP_4_3_IV0;
Review Comment:
It seems we forgot to update `LATEST_STABLE_METADATA_VERSION`, which
resulted in the e2e test failures
```
ducktape.cluster.remoteaccount.RemoteCommandError: ducker@ducker02: Command
'/opt/kafka-dev/bin/kafka-features.sh --bootstrap-server
ducker02:9092,ducker03:9092,ducker04:9092 upgrade --metadata 4.2-IV1' returned
non-zero exit status 1. Remote error message: b'1 out of 1 operation(s)
failed.\n'
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]