- Add a
RaftLog struct to impl raft log storage.
- Get rid of the current in-memory BtreeMap impl.
- Add test about MetaNode restart to ensure logs are presisted.
Part of #271
TODO: the final part is to impl raft state machine with a sled db backed struct.