You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Michael Graff (JIRA)" <ji...@apache.org> on 2015/07/21 23:07:04 UTC

[jira] [Created] (KAFKA-2354) setting log.dirs property makes tools fail if there is a comma

Michael Graff created KAFKA-2354:
------------------------------------

             Summary: 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=/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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)