cmilloy
cmilloy
https://github.com/twosigma/satellite/blob/bb39fe0602050ca47eabf4ed13c0f1d0a792983f/satellite-master/src/satellite/services/whitelist.clj#L63 `(.isReachable addr 1000)` Should probably say: `(not (.isReachable addr 1000))`
With the changes to specify comets in json files it looks like the comet specification for cache-state needs to be updated for users who store mesos task state in Riak...
Currently there are 3 components to generating a notification for issues raised by satellite: 1. Grab a metric specified in recipes.clj 2. Publish a condition if the metric meets some...
In order to update comets run by a satellite-slave, a file must be updated on each satellite-slave host and the process restarted. It would be helpful to have a central...
Based on the current configuration defaults a satellite-master points directly at a single Mesos master. Without a 1-to-1 mapping of satellite-masters to mesos-masters, this could be problematic in the event...
Hosts are being de-whitelisted because the memory considered to be "free" is under our threshold. This is problematic because there is plenty of memory in buffers and caches which could...