[
https://issues.apache.org/jira/browse/KAFKA-6055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16201126#comment-16201126
]
ASF GitHub Bot commented on KAFKA-6055:
---------------------------------------
GitHub user vahidhashemian opened a pull request:
https://github.com/apache/kafka/pull/4062
KAFKA-6055: Fix a JVM misconfiguration that affects Windows tools
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vahidhashemian/kafka KAFKA-6055
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4062.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 #4062
----
commit 7954c3db11fb2547ba66ba177de99393bdaf4fb6
Author: Vahid Hashemian <[email protected]>
Date: 2017-10-11T22:52:14Z
KAFKA-6055: Fix a JVM misconfiguration that affects Windows tools
----
> Running tools on Windows fail due to misconfigured JVM config
> -------------------------------------------------------------
>
> Key: KAFKA-6055
> URL: https://issues.apache.org/jira/browse/KAFKA-6055
> Project: Kafka
> Issue Type: Bug
> Components: tools
> Reporter: Vahid Hashemian
> Assignee: Vahid Hashemian
> Priority: Blocker
> Fix For: 1.0.0
>
>
> This affects the current trunk and 1.0.0 RC0.
> When running any of the Windows commands under {{bin/windows}} the following
> error is returned:
> {code}
> Missing +/- setting for VM option 'ExplicitGCInvokesConcurrent'
> Error: Could not create the Java Virtual Machine.
> Error: A fatal exception has occurred. Program will exit.
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)