jdef
jdef
it sounds like you're looking for semantics more like this? ```go ... t := time.NewTimer(shutdownGracePeriod) ch := make(chan struct{}) driver.withExecutor(func(e Executor) { defer close(ch) e.Shutdown(driver) }) // only stop the...
v0 and v1 are both kept in the same repo to allow for easier migration from the old to the new APIs. how would splitting examples impact godoc breakage? On...
Thought about this proposal some more. I think there's real value in keeping the examples and the library code in the same repo. Maybe the "nature" of the examples should...
skeleton docs in #292
an alternative is to use the zk detector, which doesn't poll state.json
A while back there was discussion of refactoring the ZK-based leadership detector to expose a simpler interface, and that as part of the refactoring effort the newer code would land...
... and this applies for users of the v0 API, correct?
let's clarify things a bit: - `v0` implements the Mesos "libmesos" protocol which makes some interesting assumptions about using HTTP as an RPC layer. It does not rely on precompiled...
Looks like golang 1.9 made some changes related to this? https://golang.org/doc/go1.9#os/user
christos had mentioned that he experienced some problems with the detector when ZK was killed and started. I tried with a single-master system (on GCE) and the mesos master died...