[
https://issues.apache.org/jira/browse/KAFKA-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14629060#comment-14629060
]
Geoffrey Anderson commented on KAFKA-2330:
------------------------------------------
Sorry, for reference, the aws machine I tested this on had:
$ vagrant --version
Vagrant 1.7.2
$ vagrant plugin list
vagrant-aws (0.6.0)
vagrant-hostmanager (1.5.0)
vagrant-share (1.1.3, system)
> Vagrantfile sets global configs instead of per-provider override configs
> ------------------------------------------------------------------------
>
> Key: KAFKA-2330
> URL: https://issues.apache.org/jira/browse/KAFKA-2330
> Project: Kafka
> Issue Type: Bug
> Affects Versions: 0.8.2.1
> Reporter: Ewen Cheslack-Postava
> Assignee: Ewen Cheslack-Postava
> Priority: Minor
> Fix For: 0.8.3
>
> Attachments: KAFKA-2330.patch
>
>
> There's a couple of minor incorrect usages of the global configuration object
> in the Vagrantfile inside provider-specific override blocks where we should
> be using the override config object. Two end up being harmless since they
> have no affect on other providers (but should still be corrected). The third
> results in using rsync when using Virtualbox, which is unnecessary, slower,
> and requires copying the entire kafka directory to every VM.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)