-
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
tidb panic in the recoverable goroutine #23662
Labels
Comments
sql: ( select /*+ agg_to_cop() */ stddev_samp(col_10) aggCol from (select * from tbl_2 where col_11 in ( 'UoLUPjgedxNYDOGKZF' , 6397.408929775499 ) and col_13 = 27759662761445699 and col_14 in ( 'OPToeHrxpwgy' , 36342469627411305 ) and col_10 = 'myPELTsFqCKH' or col_11 = 'yKJqyuZCRV' and col_13 in ( 6017.9392684487975 , 4189.347985112102 ) and col_14 in ( 97782252058152581 , 109284996915894662 , 44682028518839864 ) and col_10 in ( 'rKiUqGpc' , 'oPGdzE' , 'hVDtKxivdzb' , 'qMn' , 'rKiUqGpc' , 'rKiUqGpc' , 'kLiAFCgEOJpWqfd' , 'SqjCVTNPngvPgsK' , 'PtdNPlFVycso' ) or col_12 = 15583136 and col_13 = 5914.874867854531 order by col_11,col_13,col_14,col_10 ) ordered_tbl ) except ( select /*+ agg_to_cop() stream_agg() */ approx_percentile(col_14, 60) aggCol from (select * from tbl_2 where col_14 in ( 35790107400437263 , 56149669338048791 , 29685105514069236 ) or col_11 > 'fcheHSKd' order by col_11,col_13,col_14,col_10 ) ordered_tbl ); |
Closed
function |
Please edit this comment or add a new comment to complete the following informationNot a bug
Duplicate bug
BugNote: Make Sure that 'component', and 'severity' labels are added 1. Root Cause Analysis (RCA) (optional)2. Symptom (optional)3. All Trigger Conditions (optional)4. Workaround (optional)5. Affected versions6. Fixed versions |
This was referenced Mar 30, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
log1.sql.zip
source log1.sql
2. What did you expect to see? (Required)
No panic
3. What did you see instead (Required)
Panic:
4. What is your TiDB version? (Required)
master
The text was updated successfully, but these errors were encountered: