This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
BR Restore incremental data encountered Error: [kv:1062]Duplicate entry #1471
Labels
type/bug
Something isn't working
Please answer these questions before submitting your issue. Thanks!
If possible, provide a recipe for reproducing the error.
Cluster TiDB1
Cluster TiDB2
tiup br:v5.4.0 restore table --pd "172.xx.xx.136:16279" --db "test" --table "test" --storage "local:///tmp/backup"
tiup br:v5.4.0 restore table --pd "172.xx.xx.136:16279" --db "test" --table "test" --storage "local:///tmp/backupincr"
What did you expect to see?
restore incremental data success.
alter table test add unique index indx(age);
[2022/06/30 17:35:16.975 +08:00] [INFO] [collector.go:67] ["Table restore failed summary"] [total-ranges=0] [ranges-succeed=0] [ranges-failed=0]
Error: [kv:1062]Duplicate entry '1' for key 'indx'
Error: run
/home/tidbryl/.tiup/components/br/v5.4.0/br
(wd:/home/tidbryl/.tiup/data/TAES1t4) failed: exit status 1BR version:
Release Version: v5.4.0
Git Commit Hash: 55f3b24c1c9f506bd652ef1d162283541e428872
Git Branch: heads/refs/tags/v5.4.0
Go Version: go1.16.4
UTC Build Time: 2022-01-25 08:36:34
cluster version: v5.4.0
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: