-
Bug
-
Resolution: Done
-
Major
-
None
-
maistra-2.1.0
-
None
-
False
-
False
-
The remotes field in ServiceMeshPeer.status.discoveryStatus.active sometimes disappears:
{ "discoveryStatus": { "active": [ { "pod": "istiod-fed-export-6889497949-x49jm", "remotes": [ { "connected": false, "lastConnected": "2021-09-20T08:51:52Z", "lastDisconnect": "2021-09-20T08:52:42Z", "lastEvent": "2021-09-20T08:51:57Z", "lastFullSync": "2021-09-20T08:56:52Z", "source": "10.129.2.104" } ], "watch": { "connected": true, "lastConnected": "2021-09-20T08:51:52Z", "lastDisconnectStatus": "503 Service Unavailable", "lastFullSync": "2021-09-20T08:56:49Z" } } ] } } { "discoveryStatus": { "active": [ { "pod": "istiod-fed-export-6889497949-x49jm", "watch": { "connected": true, "lastConnected": "2021-09-20T08:51:52Z", "lastDisconnectStatus": "503 Service Unavailable", "lastFullSync": "2021-09-20T08:56:49Z" } } ] } }
I believe the connection is still active on the other end.
- is caused by
-
MAISTRA-2682 Watch mechanism in federation does not work
- Closed