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

Rajini Sivaram updated KAFKA-2719:
----------------------------------
    Fix Version/s: 0.9.0.0
           Status: Patch Available  (was: Open)

PR uses wildcard classpath for dependant libs to reduce the length of 
CLASSPATH, thereby reducing command line length. Classpath when running using a 
release is not affected since the new dependency jars are not in the kafka 
release libs directory. 

An alternative would be to export CLASSPATH instead of using -cp option on the 
java command, but that would be a visible change while running kafka using the 
release, and could potentially break scripts which expect to match some entry 
in the classpath (eg. scala version).

> Kafka classpath has grown too large and breaks some system tests
> ----------------------------------------------------------------
>
>                 Key: KAFKA-2719
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2719
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Rajini Sivaram
>            Assignee: Rajini Sivaram
>             Fix For: 0.9.0.0
>
>
> The jars added under KAFKA-2369 makes the Kafka command line used in system 
> tests much higher than 4096 due to more jars in the classpath. Since the ps 
> command used to find processes in system tests truncates the command line, 
> some system tests are failing.



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

Reply via email to