You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Justine Olshan (Jira)" <ji...@apache.org> on 2021/06/30 21:20:00 UTC

[jira] [Resolved] (KAFKA-13018) test_multi_version failures

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

Justine Olshan resolved KAFKA-13018.
------------------------------------
    Resolution: Fixed

Fixed by [#10918|https://github.com/apache/kafka/pull/10918]

> test_multi_version failures
> ---------------------------
>
>                 Key: KAFKA-13018
>                 URL: https://issues.apache.org/jira/browse/KAFKA-13018
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Justine Olshan
>            Assignee: Justine Olshan
>            Priority: Major
>
> This system test fails with the error
> {{Exception in thread "main" joptsimple.UnrecognizedOptionException: zookeeper is not a recognized option}}
> {{joptsimple.OptionException.unrecognizedOption(OptionException.java:108)}}
> {{joptsimple.OptionParser.handleLongOptionToken(OptionParser.java:510)}}
> {{joptsimple.OptionParserState$2.handleArgument(OptionParserState.java:56)}}
> {{ joptsimple.OptionParser.parse(OptionParser.java:396)}}
> {{kafka.admin.TopicCommand$TopicCommandOptions.<init>(TopicCommand.scala:516)}}
> {{kafka.admin.TopicCommand$.main(TopicCommand.scala:47)}}
> {{ kafka.admin.TopicCommand.main(TopicCommand.scala)}}
>  
> Seems like when we try to run with both 0.8.2.X version and dev version, we have this issue, since {{test_0_8_2 }}which uses only 0.8.2.X passes. Likely this has to do with {{create_topic}} in kafka.py and choose whether or not to use ZK. Maybe it will work if we specify node 0 instead of 1 as the older version node.
> {{}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)