Karl Nilsson
Karl Nilsson
@dumbbell @acogoluegnes @dcorbacho - Any thoughts on the above options?
Interesting as I personally would prefer `is_supported` as it would allow us to return a specific error message to caller which may then choose to send a different command, say...
One alternative would be to impose a limit on the number of `ra` clusters an erlang cluster is willing to support. We could then pre-generate a set of dummy atoms...
I'm thinking this should be an option rather than the default but happy to discuss that further. I'm not super sure making Ra cluster deletions a log command was ever...
The Ra leader will not exit until all followers have received the cluster delete command. So this option will never return when trying to delete a cluster where a single...
Some of these come from natural race conditions where a leader is removed and a request is issued to the old leader pid. I suspect retries is the only reasonable...
noproc is probably returned when the leader has gone away and the call is redirected to the now gone leader. If this is the case (I haven't validated) then I...
Yes this is a feature we have discussed and would have uses for. :) There are a few things that I envisaged considering around a pure "watcher" member feature: *...
The Raft literature already has the concept of a non-voting member (§ 4.2.1 in the thesis) and I think that is pretty much what is being proposed here which is...
I've been thinking about a design for this that would include replication outside of the immediate distributed erlang mesh (to a different data centre for example). I don't want to...