-
Notifications
You must be signed in to change notification settings - Fork 33
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
Aborted/restarted Container due to some memory-errors #177
Comments
HI @Jman1993 - thanks for reporting, we will take a look and get back to you. At first glance, looks more like a concurrent memory access issue, not a lack of memory. |
OP and I get the same stack trace and same issues. I'm no Go developer but it seems that this might be an issue with Godror. |
Hi guys, I'm getting the same errors on my Cloud Foundry deployment (1.5.3) As Oey said, it seems like there is some problem in the Godror https://github.com/godror/godror/tree/v0.46.0 ERR malloc(): unsorted double linked list corrupted |
Thanks very much @jlembeck06 , we are trying to debug it and hope to have a fix in the next few days. |
Thank you @markxnelson Yes, I have tested versions 1.0 to 1.5.2, and they are working well. I only encountered the reported issue with version 1.5.3. |
Thanks very much, that helps! |
Hi, just letting you know we are working on a potential fix, doing some testing now. Hope to have an update in the next few days. |
We believe we have this fixed in 1.5.4 - if you still see the error, please reopen, or open a new issue to let you know. Thanks very much for your input. |
Hi, unfortunately, we are still encountering the same error after about 2–4 minutes of the container running. The error looks the same, but I cannot say for certain. Here are the Docker logs for the container. |
@Jman1993 thanks for lettung us know. Could you please share the parameters used for the exporter, as well as the following details about the environment you're running it on:
In our testing, we found that setting the following connection pool parameters will resolve this problem:
|
@Jman1993 Try to add following lines to your docker compose file |
Hi I had the same problem with 1.5.4. Worked well with 1.5.2 when I curl localhost:9161/metrics. I am using in K8S |
Hi @brunobergamo - can you confirm what configuration variables you used? Did you set the connection parameters as shown above? Thanks for reporting the issue! |
Hi @brunobergamo and others. We just did a 1.5.5 release, which changes the default values, so that you won't need to set any extra params. It should work now without those pool settings. |
Hi @markxnelson , Sorry the late answer. The new version is working properly! Thanks a lot and have a nice weekend ! |
Thanks very much for the update. I will close this issue, but please feel free to reopen, or create a new issue if you have additional problems. |
Hi,
I am getting error messages and my container are restarting occasionally with an error.
These are some of the errors i am getting.
These Exporters are running on a Docker-Host on Ubuntu 22.04.05 LTS
I have 16GB of RAM available and 10GB of these are free.(Because these errors are looking like memory-problems)
I don't know if this is relevant, but i am Querying a Exadata-Machine in a RAC-Configuration. Because of this i am using a custom default metrics file using the gv$-Views.
I added docker logs-excerpt for one of my exporters and one example docker compose file.
docker_logs.txt
docker-compose-example.txt
Thank you very much!
The text was updated successfully, but these errors were encountered: