-
Notifications
You must be signed in to change notification settings - Fork 409
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
TiFlash crash randomly after cluster restart when TLS is enabled #4196
Labels
affects-5.0
affects-5.1
affects-5.2
affects-5.3
affects-5.4
component/compute
may-affects-4.0
severity/critical
type/bug
The issue is confirmed as a bug.
Comments
the root cause may be the compatible issue of grpc and system openssl. To fix it, we will cherry-pick the new build process to 5.x. |
I will do the cherry-pick of 5.0/5.1/5.2/5.3 |
12 tasks
This was referenced Apr 6, 2022
Thanks for the great work of @s3nt3, the root cause has been confirmed to be the openssl error stack issue. Grpc has fixed this issue in grpc/grpc#26834, v1.41.0. |
ti-chi-bot
pushed a commit
that referenced
this issue
Apr 11, 2022
update |
12 tasks
update |
ti-chi-bot
pushed a commit
that referenced
this issue
Apr 22, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Apr 22, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Apr 22, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
May 11, 2022
All PR merged to affected branches. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-5.0
affects-5.1
affects-5.2
affects-5.3
affects-5.4
component/compute
may-affects-4.0
severity/critical
type/bug
The issue is confirmed as a bug.
Bug Report
Looks very like: grpc/grpc#23144
1. Minimal reproduce step (Required)
select count(*) from (select count(*) from lineitem group by l_orderkey, l_suppkey)d;
repeat step 3 and step 4 multiple time, TiFlash will crash
2. What did you expect to see? (Required)
run normally
3. What did you see instead (Required)
TiFlash will crash
4. What is your TiFlash version? (Required)
v5.4.0
The text was updated successfully, but these errors were encountered: