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

Missing break in MetricStore#add()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.2.0
    • 1.2.0
    • Runtime / Metrics
    • None

    Description

            switch (info.getCategory()) {
              case INFO_CATEGORY_JM:
                addMetric(jobManager.metrics, name, metric);
              case INFO_CATEGORY_TM:
                String tmID = ((QueryScopeInfo.TaskManagerQueryScopeInfo) info).taskManagerID;
      

      Looks like a break is missing following addMetric(jobManager.metrics) call

      Attachments

        Activity

          People

            chesnay Chesnay Schepler
            yuzhihong@gmail.com Ted Yu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: