-
Notifications
You must be signed in to change notification settings - Fork 411
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
Restore with BR or import data with TiDB-lightning may throw error #1811
Comments
/cc @solotzg |
Approximate logs in tiflash are like:
Lighting/BR ingested default cf into one region twice(because tikv server is down once), and tiflash thrown exception because found existing key. This behavior is legal in kv storage, but for tiflash, we can write date into storage layer only when there are matched data in default & write cf. |
We shall discuss solution here: https://docs.google.com/document/d/1aL5nsIUJhWSbzXWCrxCCZAtO0u5tWHsQHunE6Se5PXQ/edit |
It shall be fixed by pingcap/br#1089 |
release-5.0 |
Sometimes TiFlash will throw error when handling IngestSST raft command. The root cause is BR or lightning may lead to incorrect SST data, but we currently doesn't have way to reproduce this.
This issue is for tracking.
The text was updated successfully, but these errors were encountered: