[
https://issues.apache.org/jira/browse/STORM-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14994837#comment-14994837
]
ASF GitHub Bot commented on STORM-1185:
---------------------------------------
Github user Parth-Brahmbhatt commented on a diff in the pull request:
https://github.com/apache/storm/pull/865#discussion_r44204822
--- Diff: conf/storm.yaml.example ---
@@ -19,7 +19,7 @@
# - "server1"
# - "server2"
#
-# nimbus.host: "nimbus"
+# nimbus.seeds: ["localhost"]
--- End diff --
Can you instead use values that will be valid in a single node setup? With
current values anyone running storm locally will be forced to update this value.
nimbus.seeds:["localhost","127.0.0.1"]
> Update storm.yaml with HA configuration
> ---------------------------------------
>
> Key: STORM-1185
> URL: https://issues.apache.org/jira/browse/STORM-1185
> Project: Apache Storm
> Issue Type: Bug
> Affects Versions: 0.11.0
> Reporter: Xin Wang
> Assignee: Xin Wang
> Priority: Minor
>
> replace nimbus.host with nimbus.seeds
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)