[
https://issues.apache.org/jira/browse/KAFKA-2773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14995936#comment-14995936
]
ASF GitHub Bot commented on KAFKA-2773:
---------------------------------------
GitHub user granders opened a pull request:
https://github.com/apache/kafka/pull/455
KAFKA-2773: Fixed broken vagrant provision scripts for static zk/broker
cluster
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/confluentinc/kafka
KAFKA-2773-0.9.0-vagrant-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/455.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 #455
----
commit 88701a98ca041b2837090335e6045437688b516e
Author: Geoff Anderson <[email protected]>
Date: 2015-11-09T01:52:06Z
Fixed broken vagrant provision scripts for static zk/broker cluster
----
> Vagrant provision fails if num_brokers or num_zookeepers is nonzero
> -------------------------------------------------------------------
>
> Key: KAFKA-2773
> URL: https://issues.apache.org/jira/browse/KAFKA-2773
> Project: Kafka
> Issue Type: Bug
> Affects Versions: 0.9.0.0
> Reporter: Geoff Anderson
> Assignee: Geoff Anderson
> Priority: Trivial
>
> Changes to vagrant provisioning for kafka system tests updated the default
> path from "kafka" to "kafka-trunk" on the vagrant virtual machines.
> We neglected to update the corresponding path in vagrant/broker.sh and
> vagrant/zk.sh. Therefore provisioning a static kafka cluster with Vagrant
> currently fails.
> The fix here is just to update the corresponding path in vagrant/broker.sh
> and vagrant/zk.sh
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)