-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[Bug] FE CPU 100% #50838
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
Comments
It is possible that System.gc() was explicitly called due to an insufficient -Xmx setting or an improper allocation ratio between the young and old generations. |
And sometimes it is fullgc. You could use jstat command to check if FE is doing fullgc. |
fe的日志一直在报这些日志,是什么意思呢? |
一直在不断的报上边的日志 |
还有就是停止fe之后,再启动fe,好长时间才能启动完成(好长时间之后 http_port和query_port才被监听) |
但是数据量很小,be的storage目录一共才1.6G,这么点数据也需要16G内存吗 我把-Xmx改成了16g,还是一样的。 fe启动的时候,一直在不停的出下面的日志,而且fe的启动时间很长,从执行启动命令到http端口被监听,至少需要半小时 |
These are normal logs. Check if the CPU usage is still consistently high. |
Search before asking
Version
2.0.12
What's Wrong?
几乎没有请求的情况下,FE的cpu超100%

top:
top -H:
What You Expected?
CPU 正常
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: