mirror of
https://github.com/talent-plan/tinykv.git
synced 2025-01-13 13:50:43 +08:00
fix: fix the comment in msg.go (#352)
Co-authored-by: Connor <zbk602423539@gmail.com>
This commit is contained in:
parent
43e37c16f7
commit
90e2dfaffa
@ -18,7 +18,7 @@ const (
|
||||
// message wraps a raft message that should be forwarded to Raft module
|
||||
// the raft message is from peer on other store
|
||||
MsgTypeRaftMessage MsgType = 3
|
||||
// message warps a raft command that maybe a read/write request or admin request
|
||||
// message wraps a raft command that maybe a read/write request or admin request
|
||||
// the raft command should be proposed to Raft module
|
||||
MsgTypeRaftCmd MsgType = 4
|
||||
// message to trigger split region
|
||||
|
Loading…
Reference in New Issue
Block a user