Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running this on a large mesos cluster causes the cluster to lock up #43

Closed
steveniemitz opened this issue Oct 8, 2015 · 2 comments
Closed

Comments

@steveniemitz
Copy link

I just tested this on a large-ish (250+ slaves, ~2,000 active tasks) cluster, and running it caused the cluster to lock up. (Also the UI didn't really work at all)

My guess is this requests /state.json a lot on the master, which essentially blocks all operations on the master until the request completes.

@wallies
Copy link
Contributor

wallies commented Oct 8, 2015

@steveniemitz in src/config/config.js we set an update interval of 5000ms, which is how often the api will call out to the /state.json. This might be a bit too often for a very large cluster. We have only tested with a very small cluster. I also intend to do work on this for the MesoCon Europe Hackathon to make work with 0.24 and 0.25.

@jolexa
Copy link

jolexa commented Feb 3, 2016

This might be solved with mesos-0.27.0 per https://issues.apache.org/jira/browse/MESOS-2353

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants