[
https://issues.apache.org/jira/browse/KAFKA-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14984392#comment-14984392
]
ASF GitHub Bot commented on KAFKA-2719:
---------------------------------------
GitHub user rajinisivaram opened a pull request:
https://github.com/apache/kafka/pull/400
KAFKA-2719: Use wildcard classpath for dependant-libs
PR switches to wildcard classpath for dependant libs to restrict the length
of classpath, thereby reducing command line length.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rajinisivaram/kafka KAFKA-2719
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/400.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #400
----
commit f49a366334391074456859ac42059c0752bc40d2
Author: Rajini Sivaram <[email protected]>
Date: 2015-11-01T12:40:23Z
KAFKA-2719: Use wildcard classpath for dependant-libs to reduce command
line length
----
> 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
>
> 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)