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

Installing "Eremetic" universe package resulted in dcos-mesos-master and dcos-marathon to enter failed state #1684

Open
ryadav88 opened this issue Feb 1, 2018 · 0 comments

Comments

@ryadav88
Copy link
Contributor

ryadav88 commented Feb 1, 2018

User reports that after installing the community package Eremetic, the mesos-master and marathon services entered a failed state on all masters.

The framework for the eremetic package registers with slashed (/) in the framework ID. Currently Mesos does not have checks around this and the slashed lead to mesos master failing. Mesos is going to add some validation to prevent master from failing in case of invalid framework ID https://issues.apache.org/jira/browse/MESOS-8470. But until them this package is a risk to the cluster causing master failures.

Hence we want to "disable" this package until we have a version of Mesos with a check to avoid this issue.

Please fix the framework to not use slashes in the framework ID

ryadav88 pushed a commit that referenced this issue Feb 2, 2018
* Validation to ensure / does not make it into framework ID (#1684)

* Ensure URL prefix is set to match the deployed Marathon app name
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

1 participant