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

Mesos offer decline results in accept fix #598

Merged
merged 1 commit into from
Feb 19, 2017

Conversation

SlevinBE
Copy link
Contributor

@SlevinBE SlevinBE commented Jan 5, 2017

as mentioned in #575 there is a bug in Mesos 0.25.0 (which is used by the current docker image) which results in declined Mesos offers being accepted instead. Therefore Elasticsearch is eating up more offers then it actually needs. This was fixed in Mesos 0.26.0 (see https://issues.apache.org/jira/browse/MESOS-3522).

This PR makes the docker image use Mesos 0.26.0 which includes this fix. I tried to keep the version increase as minimal as possible. This PR was also verified on our cluster, which confirmed the issue being fixed.

@containersol
Copy link
Collaborator

Can one of the admins verify this patch?

@SlevinBE
Copy link
Contributor Author

any thoughts on this PR? Thanks

@frankscholten frankscholten merged commit 3001644 into mesos:master Feb 19, 2017
@frankscholten
Copy link
Contributor

@SlevinBE Thanks!

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

Successfully merging this pull request may close these issues.

3 participants