Skip to content
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

Potential connection leaks #45

Open
de-jcup opened this issue Feb 12, 2019 · 1 comment
Open

Potential connection leaks #45

de-jcup opened this issue Feb 12, 2019 · 1 comment
Labels

Comments

@de-jcup
Copy link
Owner

de-jcup commented Feb 12, 2019

In #44 a pontential memory leak was found.

Would have locked null Nodes
Failure executing: GET at: https://xxxxxx.xxx.xxxx/apis/networking.k8s.io/v1/namespaces/xxx-yyy-1/networkpolicies. Message: Forbidden! User xxx-yyy-1 doesn't have permission. networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:xxx-yyy-1:xxx-yyy-1" cannot list networkpolicies.networking.k8s.io in the namespace "xxx-yyy-1".
Would have locked xxx-yyy-1 xxx-yyy-1
Feb 11, 2019 9:10:43 AM okhttp3.internal.platform.Platform log
WARNING: A connection to https://xxxxxx.xxx.xxxx/ was leaked. Did you forget to close a response body? To see where this was allocated, set the OkHttpClient logger level to FINE: Logger.getLogger(OkHttpClient.class.getName()).setLevel(Level.FINE);

Related links

This problems is discussed at
fabric8io/kubernetes-client#1013

@de-jcup de-jcup added the leak label Feb 18, 2020
@de-jcup
Copy link
Owner Author

de-jcup commented Jul 24, 2020

I thinks this is related to #55 #53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant