ijuma commented on PR #18845: URL: https://github.com/apache/kafka/pull/18845#issuecomment-2651247113
Besides the open discussion threads, there are two additional issues to consider/resolve: 1. Some tests in `PlaintextAdminIntegrationTest`are failing in the CI runs, but not locally[1] 2. `FeaturesDelta.replay` reads feature levels from the log and converts them to `MetadataVersion`. It's possible (but unlikely) that someone ended up with 3.3-IV0, 3.3-IV1, 3.3-IV2 in the log if using an unreleased version of Apache Kafka 3.3. We should consider automatically converting to `3.3-IV3` in such cases. The failures have the following error: > org.apache.kafka.server.fault.FaultHandlerException: quorumTestHarnessFaultHandler: Broker configuration does not support the cluster MetadataVersion: requirement failed: Multiple log directories (aka JBOD) are not supported in the current MetadataVersion 3.3-IV3. Need 3.7-IV2 or higher Even though there is a log message just before saying: > Formatting metadata directory /tmp/kafka-2205696658360646817 with metadata.version 4.0-IV3. -- 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]
