mesos / storm

Storm on Mesos!
Apache License 2.0
139 stars 66 forks source link

Failed to detect a master: Failed to parse data of unknown label 'json.info' #168

Closed bigdata-user closed 8 years ago

bigdata-user commented 8 years ago

I have a problem please tell me how to solve the problem. Thank you very much! 1 1 2

erikdw commented 8 years ago

hey @zhanghangchina : sorry for the delay in response. I'm actually on vacation right now. But that issue you are seeing is an error from mesos itself, and thus is not related to this project:

Trying to get '/mesos/json.info_0000000152' in ZooKeeper
Failed to detect a master: Failed to parse data of unknown label 'json.info'

I would ensure your Mesos setup is correct. e.g., with my setup I have 3 masters and here's what my /mesos dir has in ZooKeeper:

[json.info_0000000229, log_replicas, json.info_0000000231, json.info_0000000225]

You may need to clean up the ZK nodes in /mesos and try again.

erikdw commented 8 years ago

Feel free to comment again, but I'm closing this issue as it's not a problem in this project.