Github user HeartSaVioR commented on the pull request:
https://github.com/apache/storm/pull/1082#issuecomment-189401885
@wuchong
You're right. Actually this PR just tries to address weird behavior when
users leave the setting to default.
Btw, there're more to cover if we want to address this to more ideal way.
For example, canonical host name for each machine can be overwritten by
setting storm.local.hostname.
Please refer NimbusConf#fromConf for details.
In result, every nimbuses should know what's the return value of
NimbusConf#fromConf for other nimbuses, and every nimbuses should match
nimbus.seeds and corresponding values by 1 on 1.
I don't have an idea how to do it for now, and I really appreciate ideas
which address this.
Otherwise users should describe the same value which NimbusConf#fromConf
will return, for nimbus.seeds.
---
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.
---