Uploaded image for project: 'Maistra'
  1. Maistra
  2. MAISTRA-2676

No remotes in ServiceMeshPeer.status.discoveryStatus

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • None
    • maistra-2.1.0
    • federation
    • None
    • False
    • False

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              mluksa@redhat.com Marko Luksa
              mluksa@redhat.com Marko Luksa
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: