Justine Olshan created KAFKA-13018: -------------------------------------- Summary: test_multi_version failures Key: KAFKA-13018 URL: https://issues.apache.org/jira/browse/KAFKA-13018 Project: Kafka Issue Type: Bug Reporter: Justine Olshan
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)