Closed kiambogo closed 8 years ago
We ran into similar situation while the same Cassandra image worked just fine when deploying with docker directly. The error seemed to be caused by "cassnadra -f" exited with "Killed" in docker-entrypoint.sh under marathon. No ROC or work-around has been identified yet.
This repository is deprecated. Please use the latest supported framework here: https://github.com/mesosphere/dcos-cassandra-service, and provide feedback for us here: https://dcosjira.atlassian.net/browse/CASSANDRA.
I have Mesos/Zookeeper/Marathon/slave nodes created in docker containers, and am trying to add cassandra-mesos with Marathon. The application is stuck in Deploying in Marathon. In Mesos, I can see the task while it's staging and can see through the sandbox that it downloads the necessary files. However, the task gets killed shortly after with no indication of what went wrong in stderr/stdout. Tailing the logs of the docker slave node, I can see the following:
Can cassandra-mesos be launched in this manner (dockerized)? Below if the docker compose template I'm using (on OS X).