Tyler Neely

Results 72 issues of Tyler Neely

WatchTree uses List on the target directory after receiving a watch event from the etcd client. There is no guarantee that the server that receives the later List request is...

The default initial implementation supports the traditional callback approach for mesos schedulers, but this may be awkward to deal with for certain types of larger frameworks that may essentially just...

enhancement

- [ ] https://github.com/spacejam/mesos-rs/issues/3 connect to zk and parse master info from znode - [ ] https://github.com/spacejam/mesos-rs/issues/2 detect master failover in zk

enhancement
help wanted

As watches in ZK are unreliable, we need to poll at least sometimes. We can also include a watch in our implementation as an optimization, but a watch can NOT...

Currently, a ring buffer of a fixed length is used for the outbound queue. Metrics are dropped when this is filled. Possibly just use https://github.com/bitly/nsq/blob/master/nsqd/diskqueue.go

This is relatively low-effort and potentially a highly desired feature. The current default is a good general choice, although the 0-1 precision degradation may rub users who do not primarily...

Currently the external stats senders for Graphite and OpenTSDB/KairosDB just attempt to slam their buffers into a socket, and if the local OS doesn't have an issue with that, it...

Hey! This looks like an awesome project. One thing that may result in some confusion for users is the name "DCOS" since there is already something called that in the...

If a page-out happens for a page that has been cooperatively serialized but not yet persisted, and then it is paged back in, it will read the previously persisted version...

correctness