Aurelien Derouineau
Aurelien Derouineau
I see the following things not fixed by PR #26: * The behavior is not consistent with `kv`: either `kv` should also perform an initial dump as well (preferred), or...
I agree: the main issue is fixed. I will create an issue for "kv" not having an initial dump. I do not agree for your second point. There may have...
I have created a pull request to support handshake timeout: #204
Any update on getting this merged?
@gustavosbarreto Added a unit test and reworded the commit message.
My test host is an AWS EC2 instance m5.2xlarge with 8 vCPUs, 32.0 GiB RAM, and EBS SSD storage.
After `.remove 2`, `/status` correctly only shows the first node: ``` { "id": "1", "addr": "localhost:4002", "suffrage": "Voter" } ``` The heartbeat actually stops after a while: ``` [store] 2024/02/23...
Both nodes are running on the same machine and using `localhost`
I'll look into a better benchmark and see if this is still a problem.
Shouldn't an issue be raised with Hashicorp's raft then?