Github user HeartSaVioR commented on the pull request:
https://github.com/apache/storm/pull/464#issuecomment-88140228
Important point is that in docker setup it writes Nimbus IP and PORT to
storm.yaml.
```
root@433d02f34915:/opt/apache-storm-0.10.0-SNAPSHOT/conf# cat storm.yaml
storm.zookeeper.servers:
- "172.17.0.18"
nimbus.host: "172.17.0.19"
nimbus.thrift.port: 6627
drpc.servers:
- "172.17.0.19"
drpc.port: 3772
drpc.invocations.port: 3773
storm.local.hostname: 172.17.0.21
```
I'm thinking it may raise an issue if storm.yaml is differ from
defaults.yaml.
TopologySubmitter could use default values so if cluster is set up to be no
problem with default config, we can't reproduce this issue.
---
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.
---