-
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
Fix leak of connection to OpenShift #5902
Comments
This issue has some analysis about various problems (including memory leaks) in the OpenShift client. And since we don't use JIRA anymore we are tracking that here. |
@l0rd As far as I understand described issues mostly are not in OpenShift connector but in fabric8 kubernetes client. Some of them have the corresponding issue for kubernetes-client, some no. Also, there is no described problem that is described here. |
@sleshchenko I have no idea. @amisevsk @ibuziuk and @snjeza have worked on that and may know if it's a kubernetes client bug or how we use it in OpenShiftConnector. |
@snjeza I see. Thanks |
Code which interacts with OpenShift client produces connection leaks. We also investigated that the kubernetes client version does not affect this. We tried combinations on ocp instance v3.6.0:
reproduce steps:
Also we investigated that for start of one che workspace we create about 16 All the studies were carried out on branch |
In che6 branch we had the one |
When OpenShift workspace is started we have following output in logs of tomcat:
Creation of all OpenShift clients placed in try with resources section.
So it is needed to investigate why leak is done and fix it.
The text was updated successfully, but these errors were encountered: