jdef

Results 451 comments of jdef

I've also added code in the scheduler service that deletes the framework ID from etcd when failoverTimeout == 0

probably related to a bug in the pure bindings: - https://github.com/mesos/mesos-go/issues/109

see https://github.com/mesosphere/etcd-mesos/pull/1/files#diff-9667cfa1ad6b8b445794f7c2469f069fR342

this complicates testing when using HA etcd beause reinstalling the framework on DCOS after a prior uninstall breaks horribly

perhaps when we detect this condition we can pause the scheduler for a bit instead of flapping quickly/constantly

perhaps we should store the frameworkID in ZK (or at least have the option to) since on DCOS we have an exhibitor UI that makes it simpler to delete an...

with the merges of changes related to #759 we now support storing framework-id in ZK, which can ease the uninstall pain since user's can navigate the exhibitor UI directly and...

... and this needs to be documented much better.