-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tikv error in log: Raft raft: cannot step raft local message #11371
Comments
/assign gengliqi |
Any updates? |
Seems it is caused by tikv/components/raftstore/src/store/fsm/peer.rs Lines 903 to 910 in 6a0792a
The MsgUnreachable is a local msg in raft-rs. So it should not be sent to other peers. /cc @hicqu
|
@tier-cap PTAL |
/severity Moderate |
@gengliqi do you have any suggestions for this? Here I want a mechanism that a raft follower can tell its leader something, and then its leader can change the follower's replication state from |
How about making |
You should check the message and using |
close tikv#11371 Signed-off-by: tier-cap <[email protected]>
close tikv/tikv#11371 Signed-off-by: tier-cap <[email protected]>
close tikv/tikv#11371 Signed-off-by: tier-cap <[email protected]> Signed-off-by: tier-cap <[email protected]>
Bug Report
What version of TiKV are you using?
v5.2.2 + pr #11304
What operating system and CPU are you using?
Steps to reproduce
Running sysbench oltp_insert for 24 hours
What did you expect?
no tikv error
What did happened?
The text was updated successfully, but these errors were encountered: