-
Notifications
You must be signed in to change notification settings - Fork 3k
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
query exceeded per-node user memory after killed,resource not freed and service crashed #8341
Comments
I need your help. Why is that |
Hi @ic4y Which Trino version is this? There have been some improvements for releasing memory in operators recently. |
Hi @sopel39 thanks for the reply. I found this problem in both prestoSQl-322 and trino-353 versions. |
Actually it will be in 359, see #8170 (comment) |
@sopel39 Thanks . this solves the problem |
If a query’s resource occupation exceeds the resource of the node (Query exceeded per-node user memory limit of XXGB) , the query will be killed.
At this time, if you continue to submit the query that takes up a lot of resources (but it can be successfully executed normally). There will be insufficient resources, leading to continuous Major GC until the node hangs.
I suspect this is caused by the fact that the resource was not released after the query was killed.
The screenshot is a single machine test environment, and we also encountered such a problem in our production cluster.
The text was updated successfully, but these errors were encountered: