-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Pika - Some threads are stuck due to decompression exceptions #2890
Comments
Title: pika-Some threads are stuck due to decompression exception |
kill -9 pika 进程的时候 可能会损失一部分的数据,这里建议使用shutdown或者 kill |
When killing -9 pika process, some data may be lost. It is recommended to use shutdown or kill here. |
|
如果还能复现的话,麻烦提供下完整的pstack堆栈。需要看下用户请求处理线程hang在了什么地方。 |
If it can be reproduced, please provide the complete pstack stack. You need to check where the user request processing thread hangs. |
Is this a regression?
Yes
Description
2、查看进程状态
进程id41546
异常线程id41555
3、查看堆栈
异常线程id41555一直处于内部解压状态中
4、其他线程状态
Please provide a link to a minimal reproduction of the bug
No response
Screenshots or videos
No response
Please provide the version you discovered this bug in (check about page for version information)
Anything else?
版本退回3.5.1正常
The text was updated successfully, but these errors were encountered: