Eric Sniff

Results 8 issues of Eric Sniff

We may have an issue with unary support with datemath. This PR is just to investigate that issue and to possibly fix it if we find an issue. For example...

After discovering this project, I then found the CRAQ paper and began reading it. In that paper, I noticed this paragraph: ``` Building a fault-tolerant coordination service for distributed applications...

Some cloud providers overwrite a file as an atomic operation that takes place on a call to writer.Close(). But for localfs and sftp, we're currently removing the file when the...

We are considering simplifying the `Balancer` interface to be just a `Claimer` function. And the balancer code will be its own function, since in practice we only have one implementation...

Look at `type EtcdCoordinator struct` We should consider exporting the nodePathTTL, nodePath, etc....

Maybe docker up a Test node and launch it along with the etcd docker images??? - [ ] We need tests to fire up a couple of Test nodes and...

test

Status : research Before we upgrade to support etcd v3.2 or v3.3 we need to validate our lease error handling on those versions. Ref: https://coreos.com/etcd/docs/latest/upgrades/upgrade_3_2.html ![image](https://user-images.githubusercontent.com/2811550/34803561-cce1969e-f628-11e7-90d4-a2f8ad164dfa.png) I'm not sure if...