elodina / datastax-enterprise-mesos

DataStax Enterprise on Mesos
http://www.elodina.net
15 stars 4 forks source link

take into account C* process exit code while awaiting consistent state #72

Closed olegkovalenko closed 8 years ago

olegkovalenko commented 8 years ago

MOTIVATION When due to misconfiguration C* process exits, executor continues to exist forever, node hangs in starting state.

PROPOSED CHANGE

RESULT: scheduler will receive task failed

NOTE: second part of solution is to add failover

dmitrypekar commented 8 years ago

Merged. Thanks for the update.

olegkovalenko commented 8 years ago

Thanks!