Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-27954

JobVertexFlameGraphHandler does not work on standby Dispatcher

    XMLWordPrintableJSON

Details

    Description

      The JobVertexFlameGraphHandler relies internally on the JobVertexThreadInfoTracker which calls
      ResourceManagerGateway#requestTaskExecutorThreadInfoGateway to get a gateway for requesting the thread info from the task executors. Since this gateway is not serializable it would categorically fail if called from a standby dispatcher.
      Instead this should follow the logic of the MetricFetcherImpl, which requests addresses instead and manually connects to the task executors.

      Attachments

        Issue Links

          Activity

            People

              Weijie Guo Weijie Guo
              chesnay Chesnay Schepler
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: