-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
”write to tikv with no leader returned“ if we meet NotLeader which is caused by on-going schedule #43055
Labels
affects-6.1
affects-6.5
component/lightning
This issue is related to Lightning of TiDB.
severity/moderate
type/bug
The issue is confirmed as a bug.
Comments
cc @lance6716 |
5.4 don't has this problem since writeAndIngestByRange always retry on error even non-retriable |
lightning get this error when write or ingest? |
on ingest. updated |
This was referenced Apr 15, 2023
ti-chi-bot
pushed a commit
that referenced
this issue
Apr 17, 2023
This was referenced Apr 17, 2023
niubell
added
the
component/lightning
This issue is related to Lightning of TiDB.
label
Apr 24, 2023
12 tasks
This was referenced Apr 24, 2023
12 tasks
16 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-6.1
affects-6.5
component/lightning
This issue is related to Lightning of TiDB.
severity/moderate
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)
it's a corner case, and not easy to reproduce in normal run, even with very large mount of data, below is the timeline which may trigger this case:
tidb/br/pkg/lightning/backend/local/region_job.go
Line 598 in 477fbaf
tidb/br/pkg/lightning/backend/local/region_job.go
Lines 350 to 351 in 477fbaf
tidb/br/pkg/lightning/backend/local/region_job.go
Lines 358 to 363 in 477fbaf
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: