You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
Data in the table:
MySQL [test]> select * from t3;
+----+------+--------+
| id | a | b |
+----+------+--------+
| 1 | aaa | bbb |
| 2 | abc | cdsfds |
+----+------+--------+
If there is a problem with sql2kv, the lightning checksum may not be able to detect it. If the user does not perform more data verification, the problem can only be found when the business goes wrong. We need to solve this problem
Please answer these questions before submitting your issue. Thanks!
Create table t3 with expression index
Use dumpling to export the table
rename table t3 to t3bak
Use lightning local backend to import the table to TiDB
What did you expect to see?
Lightning import should be successful, and admin check for the table should pass after that.
What did you see instead?
Lightning import is successful, however admin check failed.
What version of BR and TiDB/TiKV/PD are you using?
dumpling - v5.1.1
tidb-lightning -V5.1.1
tidb-server -V5.1.1
tikv-server -V5.1.1
Operation logs
br.log
for BR if possibletidb-lightning.log
for TiDB-Lightning if possibletikv-importer.log
from TiKV-Importer if possibleConfiguration of the cluster and the task
tidb-lightning.toml
for TiDB-Lightning if possibletikv-importer.toml
for TiKV-Importer if possibletopology.yml
if deployed by TiUPScreenshot/exported-PDF of Grafana dashboard or metrics' graph in Prometheus if possible
The text was updated successfully, but these errors were encountered: