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 failed with error "Error 1105 (HY000): etcdserver: requested lease not found" when injection pd leader network partition #56550

Closed
Lily2025 opened this issue Oct 11, 2024 · 1 comment · Fixed by #56630
Assignees
Labels
affects-8.4 component/ddl This issue is related to DDL of TiDB. severity/major type/bug The issue is confirmed as a bug.

Comments

@Lily2025
Copy link

Lily2025 commented Oct 11, 2024

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

1、tidb_enable_dist_task='on'
2、run sysbench
3、add index for one table
4、injection pd leader network partition
tidb-0.log.zip
tidb-1.log.zip

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

add index failed with error "Error 1105 (HY000): etcdserver: requested lease not found"

add index failed at 2024-10-02 17:47:22: Error 1105 (HY000): etcdserver: requested lease not found
operatorLogs:
[2024-10-02 17:43:21] ###### start adding index
ALTER TABLE sbtest1 ADD INDEX index_test_1727862201803(c)
[2024-10-02 17:43:21] ###### wait for ddl job finish

3. What did you see instead (Required)

add index success

4. What is your TiDB version? (Required)

./tidb-server -V
Release Version: v8.4.0-alpha-325-g74034d4
Edition: Community
Git Commit Hash: 74034d4
Git Branch: HEAD
UTC Build Time: 2024-09-30 12:15:59
GoVersion: go1.21.13
Race Enabled: false
Check Table Before Drop: false
Store: unistore
2024-10-02T14:15:43.671+0800

@Lily2025 Lily2025 added the type/bug The issue is confirmed as a bug. label Oct 11, 2024
@Lily2025
Copy link
Author

/assign tangenta
/severity major

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-8.4 component/ddl This issue is related to DDL of TiDB. severity/major type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants