Skip to content
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

add index blocked with error "not found instance” after injection pd leader io delay #53282

Open
Lily2025 opened this issue May 15, 2024 · 1 comment
Assignees
Labels

Comments

@Lily2025
Copy link

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

1、enable tidb_enable_dist_task and global sort
2、run sysbench
3、add index for sbtest1 and sbtest2 concurrently
4、inject pd leader io delay 5s

operator logs:
the status of ddl job is not synced after 1h0m0s (now: 2024-05-14 21:05:56, jobId: 546, job type: add index /* ingest cloud /, state: running)
operatorLogs:
[2024-05-14 20:05:50] ###### start adding index
ALTER TABLE sbtest2 ADD INDEX index_test_1715688350713(c)
[2024-05-14 20:05:50] ###### wait for ddl job finish
[2024-05-14 21:05:56] ###### wait for ddl job finish timeout(1h0m0s)
select job_id, job_type, state from information_schema.ddl_jobs where query = 'ALTER TABLE sbtest2 ADD INDEX index_test_1715688350713(c)'
jobId: 546, job type: add index /
ingest cloud */, state: running

2. What did you expect to see? (Required)

add index can success after fault recover

3. What did you see instead (Required)

add index blocked with error "not found instance”
[2024/05/14 23:31:22.997 +08:00] [INFO] [scheduler.go:264] ["schedule task meet err, reschedule it"] [task-id=78] [task-type=backfill] [allocated-slots=true] [error="not found instance"]

4. What is your TiDB version? (Required)

./tidb-server -V
Release Version: v8.1.0-alpha
Edition: Community
Git Commit Hash: 48a3626
Git Branch: heads/refs/tags/v8.1.0-alpha
UTC Build Time: 2024-05-14 07:09:37
GoVersion: go1.21.6
Race Enabled: false
Check Table Before Drop: false
Store: unistore
2024-05-14T15:24:02.701+0800

@Lily2025 Lily2025 added the type/bug This issue is a bug. label May 15, 2024
@Lily2025
Copy link
Author

/type bug
/assign ywqzzy
/severity major

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants