-
Notifications
You must be signed in to change notification settings - Fork 8
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
Enough console output from the Trino worker container can cause an OOM for vector container #685
Comments
I was not able to reproduce this bug. The Vector container has a memory limit of 128 Mi and even under heavy load, only up to 61 Mi were used. I also tested the file rollover and pruning and found no problem:
Can you please provide your Trino cluster spec and also the podOverride which fixed it? |
This is a cut of the pod description (I removed the init container + ips, addresses and such) where we see the restarting happening. From the the output I can see I have set the Trino version incorrectly in the bug report. We do a extended versioning of the image because we package your image with a plugin that contains our custom UDFs. Here is the snippet for the podOverrides I have done:
I haven't tested the podOverride on in the environment with error yet as it is currently in use for testing something else. |
Affected Stackable version
24.3
Affected Trino version
414
Current and expected behavior
I have observed that in some cases with a lot of console output from the Trino worker container can cause the Vector container to crash on an OOM and thereby restart the whole pod.
I expect the Trino worker to be able to run without restarting.
Possible solution
Change the default settings for the vector container to have a bit more memory to work with or add a possibility to more easily set it might be nice.
I have added a podOverride section for the TrinoCluster section to increase the vectors memory settings to try and resolve the issue.
Additional context
I don't know have critical this is but I thought I should report it anyway. In case you don't find it useful, feel free to close the bug.
Environment
Client Version: v1.29.10
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.29.10
Would you like to work on fixing this bug?
maybe
The text was updated successfully, but these errors were encountered: