qupeng

Results 75 comments of qupeng

The solution is in suspending, see: https://github.com/tikv/tikv/pull/13164#issuecomment-1736839147.

It is for https://github.com/tikv/tikv/pull/16127. So it's unnecessary to back-port to `7.5.x`.

I remember I have fixed it in go-ycsb, when go-ycsb sitll used tidb instead of client-go. Does go-ycsb uses client-go now? If so I think we need to port the...

I'm reading code of dragonboat, and find a fun feature `witness`. Now I'm considering introduce it into our Raft to help some 5 replicas tolologies. PTAL @BusyJay @Hoverbear thanks!