Closed michalvavrik closed 4 months ago
Duplicate of #6059
Duplicate of #6059
Thanks, looking at https://github.com/fabric8io/kubernetes-client/issues/6059 it really makes sense to try with reproducer, title and description of the issue.
A patch will be provided for 6.13.0 since this is a very nasty issue log-wise.
A patch will be provided for 6.13.0 since this is a very nasty issue log-wise.
I'm watching, thanks. I missed there was #6059 when opening this issue.
Describe the bug
I keep getting RejectedExecutionException over listSyncAndWatch and its unclear to me what should I do. It doesn't seem to affect my application in any way. It fills all my logs as the error is logged (sometimes) every ~ seconds and in all the tests I have.
Fabric8 Kubernetes Client version
6.13.0
Steps to reproduce
git clone git@github.com:quarkus-qe/quarkus-test-suite.git
cd quarkus-test-suite/http/http-minimum-reactive
mvn clean verify -Dopenshift -Dit.test=OpenShiftHttpMinimumReactiveIT
Expected behavior
Exception should be user friendly (tell me what is going on) or silent.
Runtime
OpenShift
Kubernetes API Server version
other (please specify in additional context)
Environment
other (please specify in additional context)
Fabric8 Kubernetes Client Logs
Additional context
OpenShift version
4.15.15
which has Kubernetes versionv1.28.9+416ecaf
.