[
https://issues.apache.org/jira/browse/KAFKA-16771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai resolved KAFKA-16771.
------------------------------------
Fix Version/s: 3.8.0
Resolution: Fixed
> 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
> Assignee: xuanzhang gong
> Priority: Major
> Fix For: 3.8.0
>
>
> 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)