Bela Ban
Bela Ban
@slaskawi: your proposed fix seems to be already in jgroups-kubernetes, correct?
`InMemoryLog` is supposed to be used only by unit tests. However, we could replace `entries` with `ArrayRingBuffer` if you wanted
ah, ok, good idea. I'll move it to the test package then!
This means #153 is moot then?
On second thought, InMemoryLog might be useful to test a setup that doesn't write to disk, ie. when testing RTTs. I'll leave InMemoryLog where it is and rather implement this...
Right, this sounds feasible. If you want to discuss, I'm available next week until WED afternoon (then I'm on PTO for 1 week).
And even more than once ! :-) Great dissertation ! Unfortunately most (including my own) are throwaway stuff :-)
Implement this in all building blocks (including `ReplicatedStateMachine`)
Hi @mauricioscastro, jgroups-raft is at release 0.2 and is independent from the JGroups (e.g. 3.6.6) project. Issue #18 is still open, and will remain open for some time, as I...