-
Notifications
You must be signed in to change notification settings - Fork 410
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 in NonJoinedBlockInputStream #9190
Comments
Some details about this crash
The task already finish build hash table, and meet error when trying to send some results to TiDB(meet grpc writes fails, I suspect this fail is because TiDB close the connection first).
Shows the MPPTask is begin to destruct itself, and the last two log shows
My guess is |
/report customer |
close #9190 Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
We can not locate the SQL that raise this issue. This issue is created for reference.
TiFlash have reimplement
NonJoinedBlockInputStream
in v7.1, there should be no such issue happen again.2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiFlash version? (Required)
v5.4.3
The text was updated successfully, but these errors were encountered: