strimzi / strimzi-kafka-operator

Apache Kafka® running on Kubernetes
https://strimzi.io/
Apache License 2.0
4.79k stars 1.28k forks source link

Connection to kube leaked #1409

Closed tombentley closed 2 years ago

tombentley commented 5 years ago

I have observed messages like this in the CO logs:

Mar 02, 2019 11:57:09 AM okhttp3.internal.platform.Platform log WARNING: A connection to https://kubernetes.default.svc/ 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);

scholzj commented 5 years ago

AFAIK this will be Fabric8 bug.

tombentley commented 5 years ago

There was the Workaround RBAC stuff, but that's now been removed in 0.11.x, so I agree it looks like a Fabric8 problem. It could be https://github.com/fabric8io/kubernetes-client/issues/1013, for example.

scholzj commented 5 years ago

We couls also try to bump the version ... it seems 4.1.3 is out.

On Wed, Mar 6, 2019 at 10:55 AM Tom Bentley notifications@github.com wrote:

There was the Workaround RBAC stuff, but that's now been removed in 0.11.x, so I agree it looks like a Fabric8 problem. It could be fabric8io/kubernetes-client#1013 https://github.com/fabric8io/kubernetes-client/issues/1013, for example.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/strimzi/strimzi-kafka-operator/issues/1409#issuecomment-470043668, or mute the thread https://github.com/notifications/unsubscribe-auth/AFZXR-8WX6NhltKMoHw5sG3h19i2Rewuks5vT5CngaJpZM4bgdah .

sknot-rh commented 5 years ago

Bumped fabric8 to 4.1.3 in https://github.com/strimzi/strimzi-kafka-operator/pull/1424

scholzj commented 3 years ago

I do not think this is happening anymore. So we can probably close the issue?