[ 
https://issues.apache.org/jira/browse/KAFKA-17148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dmitry Werner reassigned KAFKA-17148:
-------------------------------------

    Assignee: Dmitry Werner

> Kafka storage tool prints MetaPropertiesEnsemble
> ------------------------------------------------
>
>                 Key: KAFKA-17148
>                 URL: https://issues.apache.org/jira/browse/KAFKA-17148
>             Project: Kafka
>          Issue Type: Bug
>    Affects Versions: 3.7.0, 3.8.0, 3.7.1
>            Reporter: Greg Harris
>            Assignee: Dmitry Werner
>            Priority: Minor
>              Labels: newbie
>
> Using this following command on the 3.6 branch yields this result:
> {noformat}
> $ bin/kafka-storage.sh format --config config/kraft/server.properties 
> --cluster-id "$(bin/kafka-storage.sh random-uuid)"
> Formatting /tmp/kraft-combined-logs with metadata.version 3.6-IV2.{noformat}
> While on 3.7 it has this behavior:
> {noformat}
> $ bin/kafka-storage.sh format --config config/kraft/server.properties 
> --cluster-id "$(bin/kafka-storage.sh random-uuid)"
> SLF4J: Class path contains multiple SLF4J bindings.
> ...
> SLF4J: Actual binding is of type [org.slf4j.impl.Reload4jLoggerFactory]
> metaPropertiesEnsemble=MetaPropertiesEnsemble(metadataLogDir=Optional.empty, 
> dirs={/tmp/kraft-combined-logs: EMPTY})
> Formatting /tmp/kraft-combined-logs with metadata.version 3.7-IV4.
> {noformat}
> and on 3.8:
> {noformat}
> $ bin/kafka-storage.sh format --config config/kraft/server.properties 
> --cluster-id "$(bin/kafka-storage.sh random-uuid)"
> metaPropertiesEnsemble=MetaPropertiesEnsemble(metadataLogDir=Optional.empty, 
> dirs={/tmp/kraft-combined-logs: EMPTY})
> Formatting /tmp/kraft-combined-logs with metadata.version 3.8-IV0.{noformat}
> This doesn't appear to be a useful log message for users, so could/should be 
> eliminated.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to