You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Using the spring-cloud-kubernetes-fabric8-leader: 2.0.1 to determine a leader for the services in my pod.
Noticed the following warnings appearing:
021-02-05 12:19:23,429 WARN [] [OkHttp https://172.20.0.1/...] o.s.c.k.f.l.Fabric8PodReadinessWatcher.onClose 104: Watcher stopped unexpectedly, will restart
io.fabric8.kubernetes.client.KubernetesClientException: too old resource version: 58642569 (58743275)
at io.fabric8.kubernetes.client.dsl.internal.WatchConnectionManager$1.onMessage(WatchConnectionManager.java:257)
at okhttp3.internal.ws.RealWebSocket.onReadMessage(RealWebSocket.kt:333)
at okhttp3.internal.ws.WebSocketReader.readMessageFrame(WebSocketReader.kt:245)
at okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.kt:106)
at okhttp3.internal.ws.RealWebSocket.loopReader(RealWebSocket.kt:293)
at okhttp3.internal.ws.RealWebSocket$connect$1.onResponse(RealWebSocket.kt:195)
at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
From what I've seen in another post, in the past it would attempt an reconnect but it has been reverted.
I believe this is the suggesting going forward #1800 (comment) .
Any plans to incorporate this ?
If not any suggestions on how to address this in the meantime..
Thanks
The text was updated successfully, but these errors were encountered:
There are a couple of related PRs related to retying failed requests related to configmaps and secrets #648 #570
Both of them have kind of stalled out.
That said I am not entirely sure it would solve this specific problem as the exception seems to be coming from Fabric8, so it seems like the problem might be solved in Fabric8.
Hard to say. I know I just updated the version and had to make some small tweaks because method signatures changed, but I am unsure if that would impact you.
I am going to close this issue for now in favor of the other issues that are already open.
Hi,
Using the spring-cloud-kubernetes-fabric8-leader: 2.0.1 to determine a leader for the services in my pod.
Noticed the following warnings appearing:
From what I've seen in another post, in the past it would attempt an reconnect but it has been reverted.
I believe this is the suggesting going forward #1800 (comment) .
Any plans to incorporate this ?
If not any suggestions on how to address this in the meantime..
Thanks
The text was updated successfully, but these errors were encountered: