KiwiDB 要点 #167
AlexStocks
started this conversation in
General
KiwiDB 要点
#167
Replies: 3 comments
-
2 BRaft API分析2.1 Node 各个接口的功能分析
2.2 FSMCaller::run() 状态分析
2.3 Node::Apply() 流程2.4 NodeImpl接口分析2.5 Raft NodeImpl AppendEntries 流程分析 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
1 KiWiDB主流程
1.1 Raft的Join/Add/Remove/Init命令流程
只记录了发送端,接收端代码尚未探查.
1.2 PClient SendPacket流程 与数据包真正发送的流程
1.3 NetEvent 与其他Class关系
红色为继承关系,黑色为成员关系
1.4 kiwiDB::TCPConnect 流程
1.5 RaftClusterCmd::DoCmdJoin() 拆解
1.6 ListenSocket 监听 + 创建连接流程
1.7 命令解析链路
Beta Was this translation helpful? Give feedback.
All reactions