lni
lni
> f I want to automatically consider a nodehost dead and reschedule its replicas when it has been missing for a certain timeout (say 5 minutes) then I would need...
> what is the purpose of creating this issue? To keep tracking what else should be added, things like callbacks to be invoked when the execution engine is blocked, when...
Thanks @kevburnsjr for the detailed insight above. With etcd (last checked maybe 12 months ago), it comes with a reasonably efficient log storage implementation designed for a small number of...
No, there is no plan yet to implement this. The above mentioned tool currently available works fine. Also note that this is not for normal operation, it is only used...
Thanks for the PR, but the change seems to be incorrect - when RTTMillisecond is 100 milliseconds and the election interval is expected to be 1 second, ElectionRTT should be...
@coufalja is correct. @mxplusb I had a quick look at the godoc in config/config.go, there are concrete examples on the definitions of both ElectionRTT and HeartbeatRTT. Would you like to...
> or what's the purpose of active? Is it used to indicate whether the remote is valid (can send heartbeats and receive responses)? It means the remote side sent some...
do you want to send in a PR to add some comments on the meaning of this flag? thanks.
Very happy to see Pebble finally got itself a Go compatible module version number. Will look into it and merge all related PRs as long as they don't break other...
@coufalja thanks for the PR, I will have to look into every item in the coming weekend, but in general I agree with what you are trying to do and...