elodina / datastax-enterprise-mesos

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

Allow node in starting, running, stopping state to be restarted #77

Closed olegkovalenko closed 8 years ago

olegkovalenko commented 8 years ago

MOTIVATION

There are times when its easier to relax state check from node should be running to node has to be in one of starting, running, stopping, however make sure you know what you are doing, because otherwise it could cause node downtime. Thus being able to restart node useful in such cases (suggested by @dmitrypekar):

PROPOSED CHANGE

Http server:

RESULT: ability to restart node in starting, running, stopping state

dmitrypekar commented 8 years ago

Merged. Thank you.

olegkovalenko commented 8 years ago

Thanks!