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:10:04 UTC

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

     [ 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)