非常赞,其中TestSnapshotSize一直想不到优化,按照你的方法start之后直接尝试replicate,快了很多,但是测试中总会时不时的有logs were not trimmed的问题,求教有什么方法可以解决
还有就是whenever your key/value server detects that the Raft state size is approaching this threshold, it should save a snapshot
不知道怎么判断算是approaching,我直接当size >= maxstatesize的时候才去snapshot
6. 基于RAFT 实现容错KV服务(3B)第一步 阅读相关需求 https://pdos.csail.mit.edu/6.824/labs/lab-kvraft.html的Part B: Key/value serv...