mesos / mr-redis

Redis on Apache Mesos
Apache License 2.0
127 stars 32 forks source link

mr-redis framework loses the instances when it is deployed to another node in dcos #72

Open daguero opened 6 years ago

daguero commented 6 years ago

hello

hello, I am trying mr-redis to use it in dcos, but when the node that deploys the framework is lost I lose the redis instances when it is deployed in another node.

Any ideas

zousheng commented 6 years ago

After some digging, you will find it just didn't reload the data in zk, which is a bug, you need to refresh the query api again to show them in the dashboard. I used to put this temporary solution after the deployed node startups. Anyway this project is not ready for production yet, if you really want to use it, you need to fix some potential bugs by yourself. ^_^