-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
import into jobs failed when kill pd leader #46950
Labels
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
component/lightning
This issue is related to Lightning of TiDB.
feature/developing
the related feature is in development
severity/major
type/bug
The issue is confirmed as a bug.
Comments
/assign D3Hunter |
the error happens when try to pause scheduler, should be catched by retry, will check it later. tidb/br/pkg/lightning/common/retry.go Line 107 in a7e3176
|
jebter
added
severity/critical
component/lightning
This issue is related to Lightning of TiDB.
feature/developing
the related feature is in development
labels
Sep 14, 2023
ti-chi-bot
bot
added
may-affects-5.3
This bug maybe affects 5.3.x versions.
may-affects-5.4
This bug maybe affects 5.4.x versions.
may-affects-6.1
may-affects-6.5
may-affects-7.1
labels
Sep 14, 2023
D3Hunter
added
severity/major
and removed
severity/critical
may-affects-5.3
This bug maybe affects 5.3.x versions.
may-affects-5.4
This bug maybe affects 5.4.x versions.
may-affects-6.1
may-affects-6.5
may-affects-7.1
labels
Sep 20, 2023
13 tasks
This was referenced Nov 2, 2023
18 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
component/lightning
This issue is related to Lightning of TiDB.
feature/developing
the related feature is in development
severity/major
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
1、import into user_data1 from 's3://brie/mvindex-10000000-csv/test.user_data1.*.csv?access-key=minioadmin&secret-access-key=minioadmin&endpoint=http://minio.pingcap.net:9001&force-path-style=true' WITH skip_rows=1
2、kill pd leader
2. What did you expect to see? (Required)
import into job finished
3. What did you see instead (Required)
import into job failed
select id, step, status from mysql.tidb_import_jobs where start_time >= '2023-09-13 15:47:37'
jobId: 30002, step: importing, status: failed
4. What is your TiDB version? (Required)
./tidb-server -V
Release Version: v7.4.0-alpha
Edition: Community
Git Commit Hash: 8f8c433
Git Branch: heads/refs/tags/v7.4.0-alpha
UTC Build Time: 2023-09-13 06:50:51
GoVersion: go1.21.1
Race Enabled: false
Check Table Before Drop: false
Store: unistore
The text was updated successfully, but these errors were encountered: