Sumit created STORM-1428:
----------------------------
Summary: Nimbus fails to start after adding consumer metrics
Key: STORM-1428
URL: https://issues.apache.org/jira/browse/STORM-1428
Project: Apache Storm
Issue Type: Bug
Affects Versions: 0.9.2-incubating, 0.10.0
Reporter: Sumit
Setup
* Storm v0.10.0 and 0.9.2-incubating
* Setup nimbus and supervisor on the same node
* Storm configuration --
https://gist.github.com/thedebugger/a9b54de54ed38ae00cd4#file-storm-yaml
Steps to reproduce
1) Start nimbus without Logging consumer metrics
2) Start supervisor on the
3) Submit ExclamationToplogy in the cluster mode
4) Stop nimbus
5) Add Logging consumer metric in storm.yaml
5) Start nimbus. It doesn't start.
6) Check the error in the logs --
https://gist.github.com/thedebugger/a9b54de54ed38ae00cd4
After looking at the code, I figured out that Nimbus and metric consumer works
fine when there is no storm cluster state i.e. if it is enabled in the first
run.
Let me know if more information is required.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)