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

Pipelined DML cannot ignore its own locks when reading #52460

Closed
ekexium opened this issue Apr 9, 2024 · 0 comments · Fixed by #52461
Closed

Pipelined DML cannot ignore its own locks when reading #52460

ekexium opened this issue Apr 9, 2024 · 0 comments · Fixed by #52461
Labels

Comments

@ekexium
Copy link
Contributor

ekexium commented Apr 9, 2024

Bug Report

Please answer these questions before submitting your issue. Thanks!
ref #50215

1. Minimal reproduce step (Required)

Keep repeating this SQL (to make the dataset large enough and trigger region splits)
insert into t select * from t

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

No errors.

3. What did you see instead (Required)

Resolve lock timeout error, which is reported by coprocessor.

4. What is your TiDB version? (Required)

master(ab90c77)

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

Successfully merging a pull request may close this issue.

2 participants