lni
lni
Thanks @coufalja for the detailed input, really appreciated. Let's start the discussion, hopefully we can have a plan in a couple of weeks. > nodehost.go#getRequestState, It would be great if...
Will you be happy to send in a PR to support this feature? Will be happy to review & help.
what do you mean by breakdown? crashed node? when using dragonboat, you normally don't need to care whether any remote replica is no longer available, in fact there is no...
> If my understanding is correct, this node is supposed to recover by identifying who the leader is and how far behind it is from the leader, if no snapshot(s)...
> i was thinking about this raft implementation a lot and wondering what's the ratio of cpu cores vs disk space (and ram amount) that's "ideal" optimum for ingestion and...
also note that dragonboat uses very limited amount of CPUs. to get the best performance, make sure you use NVME SSDs that have fast fsync performance. if you really decide...
hi, Deleting a replica's data folder and then restart the replica would violate the most fundamental requirements of Raft/Paxos. The reason is explained in the following issue in details. It...
I don't have access to any machine with more than 24 cores. Also interested to know what makes you believe that 24 cores is the typical optimal for Golang, any...
Thanks for the link. I haven't tested on anything more than 24 physical cores, as that is already enough to support thousands of replicas per server. When more replicas are...
I am not familiar with that feature in etcd and sorry that I still couldn't fully understand what is expected to be achieved with compression time. Any chance you can...