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,there are two pods in my deployment, and everything is normal after rolling releases. But after a period of time(hours or days), the last released pod always prompts: UNAVAILABLE: LDS resource does not exist:
UNAVAILABLE: LDS resource does not exist: <service-name>
io.grpc.StatusRuntimeException: UNAVAILABLE: LDS resource does not exist: miot.business.datacenter.server-poc
at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:275) ~[grpc-stub-1.57.0-xds1.0.0.jar!/:1.57.0-xds1.0.0]
at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:256) ~[grpc-stub-1.57.0-xds1.0.0.jar!/:1.57.0-xds1.0.0]
at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:169) ~[grpc-stub-1.57.0-xds1.0.0.jar!/:1.57.0-xds1.0.0]
at ........
And the other pod is normal. In the logs of XDS server, one long connection persists while the other is disconnected.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,there are two pods in my deployment, and everything is normal after rolling releases. But after a period of time(hours or days), the last released pod always prompts:
UNAVAILABLE: LDS resource does not exist
:And the other pod is normal. In the logs of XDS server, one long connection persists while the other is disconnected.
Could someone help guide us? Thanks 🙏!
Related environmental information:
Beta Was this translation helpful? Give feedback.
All reactions