goraft / raft

UNMAINTAINED: A Go implementation of the Raft distributed consensus protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lock dependencies picture and then clean up locks

xiang90 opened this issue · comments

I will try to draw lock dependencies picture. And try to change Mutex to RWLock when needed.

We changed the server to a "single" threaded processes. Locking is not a big problem for now.