-
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
[aggregate.go:393]["parallel hash aggregation panicked"] [error="runtime error: index out of range [0] with length 0"] #23670
Comments
@wjhuang2016 seems the panic stack is the same with #23662, maybe they have the same root cause? @lzmhhh123 PTAL |
I guess not, I used the fresh build tidb,it should contain the fix of that issue. |
I can reproduce it on release-5.0. |
did you use tikv as storage or unistore? |
data has been simplified, source the following data and the panic is caused by
|
@zimulala @zz-jason @wjhuang2016 this panic is fixed by #23687, 5.0-release has this panic, because the fix PR has not yet been merged into 5.0-release, I tested on the fix PR, and it is fixed #23703 |
@wjhuang2016 I think it is safe to close this issue. |
dup with #23662, thus we remove the |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
log3.sql.zip
source log3.sql;
2. What did you expect to see? (Required)
No panic
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
master
The text was updated successfully, but these errors were encountered: