-
Notifications
You must be signed in to change notification settings - Fork 409
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
[dynamic regions] tiflash panic due to data error #7568
Comments
Find key on tikv-3 failed
|
Find key on tikv-8 failed
|
In raftstore v2, a snapshot may contains data written by newer raft logs (whose indexes are larger than snapshot index). A possible fix for proxy:
|
ReadIndex is a network request which introduce a timeout state. It is not a good practice to do block waiting in this case, since applying snapshot is single-threaded. Meanwhile, we can not set a proper timeout for this loop, because we still can't just neglect the potential error when timeout. |
Set commit index for learner snapshots. It's needed to address compatibility issues between v1 and v2 snapshots. See pingcap/tiflash#7568 Signed-off-by: Neil Shen <overvenus@gmail.com>
Include leader's latest commit index in snpashot so that tiflash knows when it can get a consistent (no default_not_found error) tablet snapshot. See pingcap/tiflash#7568 Signed-off-by: Neil Shen <overvenus@gmail.com>
Include leader's latest commit index in snpashot so that tiflash knows when it can get a consistent (no default_not_found error) tablet snapshot. See pingcap/tiflash#7568 Signed-off-by: Neil Shen <overvenus@gmail.com>
Include leader's latest commit index in snpashot so that tiflash knows when it can get a consistent (no default_not_found error) tablet snapshot. See pingcap/tiflash#7568 Signed-off-by: Neil Shen <overvenus@gmail.com>
close #15026 Set commit index for learner snapshots. It's needed to address compatibility issues between v1 and v2 snapshots. See pingcap/tiflash#7568 (comment) Signed-off-by: Neil Shen <overvenus@gmail.com> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
See also #7791 |
Due to #7791, the whole checking system is closed temporarily. We also reduce the severity for now. |
Close as the "Dynamic Region" aka "Partitioned Raft KV" has been stopped for a long time |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
during data preparation, enable tiflash replicas
2. What did you expect to see? (Required)
no tiflash crash
3. What did you see instead (Required)
tiflash crash
4. What is your TiFlash version? (Required)
The text was updated successfully, but these errors were encountered: