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
Do a lightning import to tidb cluster with 15 TiKV nodes using lightning local backend
What did you expect to see?
Data imported in TiKV should be scattered among all TiKV nodes.
What did you see instead?
scatter region failed due to below PD error, as a result, data only imported to 3 TiKV nodes, and make these TiKV disk full and not able to finish the import.
[2022/03/23 11:44:34.987 +08:00] [WARN] [localhelper.go:385] ["scatter region failed"] [regionCount=3] [failedCount=3] [error="rpc error: code = Unknown desc = region 0 not found"] [retry=0]
What version of PD are you using (pd-server -V)?
Release Version: v6.0.0
Edition: Community
Git Commit Hash: f1b8f80
Git Branch: heads/refs/tags/v6.0.0
UTC Build Time: 2022-03-18 07:33:08
The text was updated successfully, but these errors were encountered:
close#4763, ref #4766
server: use old interface for scatter region
Signed-off-by: nolouch <nolouch@gmail.com>
Co-authored-by: nolouch <nolouch@gmail.com>
Bug Report
What did you do?
What did you expect to see?
What did you see instead?
What version of PD are you using (
pd-server -V
)?Release Version: v6.0.0
Edition: Community
Git Commit Hash: f1b8f80
Git Branch: heads/refs/tags/v6.0.0
UTC Build Time: 2022-03-18 07:33:08
The text was updated successfully, but these errors were encountered: