Github user jerrypeng commented on a diff in the pull request:
https://github.com/apache/storm/pull/865#discussion_r44159502
--- Diff: conf/storm.yaml.example ---
@@ -19,7 +19,7 @@
# - "server1"
# - "server2"
#
-# nimbus.host: "nimbus"
+# nimbus.seeds: ["localhost"]
--- End diff --
since for Storm HA there can be multiple nimbus hosts, shouldn't we provide
an example like with storm.zookeeper.servers that includes multiple hosts? Like
nimbus.seeds: ["host1", "host2", "host3"]
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---