Replies: 1 comment 4 replies
-
That suggests some issues in communicating with your Kubernetes API server. But it is not really possibly to give more details based on this. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I recently upgraded to strimzi 0.35.0 version and kafka 3.4.0 . We have noticed below error in operator logs and Kafka and kafka connect is not getting reconciled .
2023-08-16T12:57:50.029611186Z 2023-08-16 12:57:50 ERROR AbstractOperator:492 - Watcher closed with exception in namespace eesb-sit-itaag911-kafka
2023-08-16T12:57:50.029654487Z io.fabric8.kubernetes.client.WatcherException: Could not process websocket message
2023-08-16T12:57:50.029661887Z at io.fabric8.kubernetes.client.dsl.internal.WatcherWebSocketListener.onError(WatcherWebSocketListener.java:51) ~[io.fabric8.kubernetes-client-6.6.1.jar:?]
2023-08-16T12:57:50.029683187Z at io.fabric8.kubernetes.client.jdkhttp.JdkWebSocketImpl$ListenerAdapter.onError(JdkWebSocketImpl.java:85) ~[io.fabric8.kubernetes-httpclient-jdk-6.6.1.jar:?]
2023-08-16T12:57:50.029688787Z at jdk.internal.net.http.websocket.WebSocketImpl$ReceiveTask.processError(WebSocketImpl.java:508) ~[java.net.http:?]
2023-08-16T12:57:50.029694187Z at jdk.internal.net.http.websocket.WebSocketImpl$ReceiveTask.run(WebSocketImpl.java:462) ~[java.net.http:?]
2023-08-16T12:57:50.029699787Z at jdk.internal.net.http.common.SequentialScheduler$CompleteRestartableTask.run(SequentialScheduler.java:149) ~[java.net.http:?]
2023-08-16T12:57:50.029705387Z at jdk.internal.net.http.common.SequentialScheduler$SchedulableTask.run(SequentialScheduler.java:230) ~[java.net.http:?]
2023-08-16T12:57:50.029710587Z at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
2023-08-16T12:57:50.029715787Z at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
2023-08-16T12:57:50.029721487Z at java.lang.Thread.run(Thread.java:833) ~[?:?]
2023-08-16T12:57:50.029726787Z Caused by: java.net.SocketException: Connection reset
please help.
Thanks,
Shiva
Beta Was this translation helpful? Give feedback.
All reactions