Zongzhi Chen

Results 10 comments of Zongzhi Chen

Lock operation has supported in the latest version

right now, it's qps is about 1.2w. However, it still has very large room for improving.

floyd has support addserver command

according to Diego's phd paper, there is two ways of optimize the read operation 1. use heartbeat instead of append entry RPC to avoid synchronous disk write 2. using clocks...

we have support batch writes when we writing log entries and when apply the log entries to state machine

yes, that's right. However, when we support asynchronized client or use multi clients, we should deal with the situation that the later logs may received before the previous logs. You...

@CatKang you are right, since this is a early version of membership change. I have consider these problems before, another trouble problem also cause poor availability is that the new...

It's too complicate I thought.

@WyattJia nice..