[ https://issues.apache.org/jira/browse/KAFKA-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Graff updated KAFKA-2354: --------------------------------- Description: If one sets log.dirs=/u1/kafka,/u2/kafka, the tools fail to run: kafka-topics --describe --zookeeper localhost/kafka Error: Could not find or load main class .u1.kafka, The broker will start, however. If the tools are run from a machine without multiple entries in log.dirs, it works. was: If one sets log.dirs=/path1/kafka,/path2/kafka, the tools fail to run: kafka-topics --describe --zookeeper localhost/kafka Error: Could not find or load main class .u1.kafka, The broker will start, however. If the tools are run from a machine without multiple entries in log.dirs, it works. > setting log.dirs property makes tools fail if there is a comma > -------------------------------------------------------------- > > Key: KAFKA-2354 > URL: https://issues.apache.org/jira/browse/KAFKA-2354 > Project: Kafka > Issue Type: Bug > Components: clients > Affects Versions: 0.8.2.1 > Environment: centos > Reporter: Michael Graff > > If one sets log.dirs=/u1/kafka,/u2/kafka, the tools fail to run: > kafka-topics --describe --zookeeper localhost/kafka > Error: Could not find or load main class .u1.kafka, > The broker will start, however. If the tools are run from a machine without > multiple entries in log.dirs, it works. -- This message was sent by Atlassian JIRA (v6.3.4#6332)