TiKV server log reports handle raft message failed

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: tikv server 日志报handle raft message failed

| username: xingzhenxiang

[TiDB Usage Environment] Production Environment
[TiDB Version]
[Reproduction Path] Monitoring anomaly after a large number of writes, error found in the log
[Encountered Problem: Phenomenon and Impact]
[Resource Configuration]
[Attachment: Screenshot/Log/Monitoring]

[2023/03/21 09:56:27.291 +08:00] [ERROR] [store.rs:415] [“handle raft message failed”] [err=“Other("[src/raftstore/store/fsm/store.rs:1207]: [region 359933671] region not exist but not tombstone: region { id: 359933671 start_key: 748000000000000CFF095F728000000012FF680DBC0000000000FA end_key: 748000000000000CFF095F728000000012FF6C98BD0000000000FA region_epoch { conf_ver: 2753 version: 2001 } peers { id: 359933672 store_id: 26 } peers { id: 359933673 store_id: 228321669 } peers { id: 359933674 store_id: 16 } }")”] [store_id=26]

| username: xfworld | Original post link

Such an old version…

Region 359933671 [Is it gone?]

Check this region.

| username: xingzhenxiang | Original post link

How to operate specifically?

| username: xfworld | Original post link

Check the documentation for the operation commands of tikv cli.

| username: xingzhenxiang | Original post link

Got it, I’ll give it a try.

| username: xingzhenxiang | Original post link

Does this mean it exists?
bin/tikv-ctl --host 10.26.110.31:20160 raft region -r 359933671

| username: xfworld | Original post link

I’m not sure how many TiKV nodes you have. You can check the status of this region one by one, and [store_id=26] needs special attention.

| username: xingzhenxiang | Original post link

I checked on the node where the error occurred. Currently, there are 35 TiKV servers. How can I monitor and view [store_id=26]?

| username: xfworld | Original post link

Check here…

3.X is very troublesome, upgrade if you have the chance…

| username: xingzhenxiang | Original post link

Okay, thank you.

| username: system | Original post link

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.