Mickael Maison created KAFKA-16771:
--------------------------------------
Summary: First log directory printed twice when formatting storage
Key: KAFKA-16771
URL: https://issues.apache.org/jira/browse/KAFKA-16771
Project: Kafka
Issue Type: Task
Components: tools
Affects Versions: 3.7.0
Reporter: Mickael Maison
If multiple log directories are set, when running bin/kafka-storage.sh format,
the first directory is printed twice. For example:
{noformat}
bin/kafka-storage.sh format -t $KAFKA_CLUSTER_ID -c
config/kraft/server.properties --release-version 3.6
metaPropertiesEnsemble=MetaPropertiesEnsemble(metadataLogDir=Optional.empty,
dirs={/tmp/kraft-combined-logs: EMPTY, /tmp/kraft-combined-logs2: EMPTY})
Formatting /tmp/kraft-combined-logs with metadata.version 3.6-IV2.
Formatting /tmp/kraft-combined-logs with metadata.version 3.6-IV2.
Formatting /tmp/kraft-combined-logs2 with metadata.version 3.6-IV2.
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)