vrrm
vrrm copied to clipboard
rough code for running consensus
see how hard it is to set up the orb stuff
- [ ] add config quorum for cluster that's started automatically by the manager; cluster commands are threaded through this? - [x] add tick for adding `nodes()` to the nodelist...
This is a protocol problem, at least when we're running in diskless mode (which will be the default, I imagine). In the end, this will likely require FSMs that require...
Ideally we'd be able to handle disterl and other other, optional transports to avoid head-of-line and large-term blocking issues when using disterl. I'd like to start with shackle and partisan...
If anyone else is ever to use this, I need to provide some decent documentation, which should center on usage examples and accrued experience with operating VRRM-including clusters. Also helpful...
similar to https://github.com/vmware/haret/issues/103, the replicated state machine should be able to tell the vrrm machinery not to add something to the log when it does not mutate the inner state....
There are a lot of places where we can do an action in either normal or transitioning. We should use the additional info of `gen_statem`'s complex states to put an...
VRR is unsafe on recovery: https://drkp.net/papers/diskless-tr16.pdf need to fix this somehow.