-
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
TiFlash failed to replicate data from TiKV in the master branch #9147
Comments
@CalvinNeo Do we have UT for replicating data from TiKV? From my point of view, it's a very basic feature. |
We have ut in both tiflash and tiflash proxy. Check https://github.com/pingcap/tidb-engine-ext/tree/raftstore-proxy/proxy_tests for example. |
/found customer |
/remove-label found/customer |
@JaySon-Huang: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
https://do.pingcap.net/jenkins/blue/organizations/jenkins/pingcap%2Ftiflash%2Fpull_integration_test/detail/pull_integration_test/492/pipeline/372
In the CI intergrate testing, tiflash failed to replica data from TiKV, with error logging like
It's because tikv introduce a new precheck process before snapshot generation tikv/tikv#17019 for
resolving issue tikv/tikv#15972. While tiflash-proxy does not updated and don't recognize the new type of raft message.
4. What is your TiFlash version? (Required)
master
The text was updated successfully, but these errors were encountered: