Harald Ng

Results 5 comments of Harald Ng

I don't understand how to auto leave the joint state. What metadata need to be maintained after performing `apply_conf_change` and what actions need to be performed?

@hicqu Thank you for your reply. If I am using `AddNode` and `RemoveNode` variants instead, will that be batched as one configuration change? Or will they be handled separately as...

I will try using tmpfs. Thank you for the advice!

Hi again, Is the `writeEx` function used in the [Benchmark example](https://github.com/logcabin/logcabin/blob/master/Examples/Benchmark.cc#L228) a blocking function? Blocking in terms of that it only returns to the client when a majority of Raft...

This will also enable having a single logical clock and make it easier to implement #33