我想将风暴群集指向3个zookeeper节点。据我了解,我应该只更改nimbus和超级用户节点中的storm.yaml配置,而不停止任何节点。正确吗?
我应该如何确认我的更改?
答案 0 :(得分:0)
I think you need to restart Nimbus and the supervisors once you've updated storm.yaml in order for them to pick up the change.
I'm assuming you currently have 1 Zookeeper node? In that case, you can validate your change after updating to 3 by stopping the Zookeeper node and checking that your Nimbus and supervisors keep running.
An alternative is to enable debug logging for org.apache.curator
, it will most likely log which nodes it is connecting to.