stephensearles

Results 10 comments of stephensearles

Nice, I gave that a quick read through. Very cool. So among all the things to talk about on this, this one piece does stand out to me as something...

> Basically, for messages that end up propagated to a remote ansqd, and are written to disk after the in-memory queue overflows, there isn't currently any way of clearing out...

Another thought I've had recently: I think we might consider baking into the design a cancelable consistency requirement. In particular, there may be cases where it's much quicker to simply...

So I've gone ahead and posted the [work in progress implementation](https://github.com/shipwire/ansqd) of the proposal I sent. The major work done so far is the delegate, storing messages grouped by an...

> Furthermore, that the myriad edge cases when nodes return to the cluster, experience network partitions, etc. have all been validated with a more formal proof of the algorithm. This...

So in light of the gossip work, I ended up writing a re-implementation of raft that uses serf as its mode of communication and source of node-liveness information. Perhaps its...

So polity is kind of a simplified raft. It has no replication log, so there's no commit index, and it has no single leader role, so terms don't make sense...

Also, FWIW, depending on the settings you're using with memberlist, the various defaults for removing unreachable nodes range from about 3 seconds (Local), to about 5 seconds (LAN), to about...

Well, currently, that idea is just using a reserved topic name. I guess that might be a breaking change if there's nothing like that currently. Perhaps there's a way to...

Nice work! I'll dig into it a bit more later this week