basho-labs / riak-mesos-legacy

DEPRECATED: An Apache Mesos framework for Riak KV. Do not run in production.
Apache License 2.0
37 stars 10 forks source link

Shutdown the executor is riak fails #47

Closed sargun closed 8 years ago

sargun commented 9 years ago

We need to fate-share between the executor and Riak. We need to constantly monitor riak, even after riak_kv has come up, and healthcheck it.

drewkerrigan commented 8 years ago

This is achieved by receiving signals in the exectuor when Riak process dies; I've confirmed the executor errors out now when Riak goes down.