Jung-Sang Ahn

Results 152 comments of Jung-Sang Ahn

Thanks for the suggestion. We will provide the driver soon.

Hi @zixin530 In that "Payload Size" test, we used a single client thread and put traffic at max speed, so that `ops/s` is always bounded by a single RTT latency,...

There can be a number of factors that influence tail latencies like p99.99 or p99.999: network latency itself, network queuing, VM environment (as there are many VMs in the same...

As I mentioned above, please remove cert/key files and make them auto-generated.

Hi @jovany-wang I'm ok with partial merging, but before that, the cert files must be removed as it is monitored by the security team. Since those dummy cert files are...

eBay internally uses NuRaft + Kubernetes and there is no such problem, each container always sees the correct IP address. I guess it is related to your environment settings. And...

We use around 1 second, 2 seconds, and 4 seconds for heartbeat, lower and upper bounds.

It should be determined considering two factors: 1) How often will the leader node actually die? 2) How often will there be a short network hiccup? Usually 2) is much...

Hi @sheepgrass That is used in the case of term mismatch. For example, let's say there are three servers S1, S2, and S3, where S1 is the current leader at...

Ok, I see what happened. So you made Node 3 offline and then installed a snapshot, while the leader still had the previous info about Node 3. Actually, this is...