You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2016/09/16 10:36:21 UTC

[jira] [Closed] (FLINK-4626) Missing break in MetricStore#add()

     [ https://issues.apache.org/jira/browse/FLINK-4626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chesnay Schepler closed FLINK-4626.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.2.0

Fixed in 1586fc8cfc6f41244e46b27ad25dcb6b08b7ce43

> Missing break in MetricStore#add()
> ----------------------------------
>
>                 Key: FLINK-4626
>                 URL: https://issues.apache.org/jira/browse/FLINK-4626
>             Project: Flink
>          Issue Type: Bug
>          Components: Metrics
>    Affects Versions: 1.2.0
>            Reporter: Ted Yu
>            Assignee: Chesnay Schepler
>             Fix For: 1.2.0
>
>
> {code}
>       switch (info.getCategory()) {
>         case INFO_CATEGORY_JM:
>           addMetric(jobManager.metrics, name, metric);
>         case INFO_CATEGORY_TM:
>           String tmID = ((QueryScopeInfo.TaskManagerQueryScopeInfo) info).taskManagerID;
> {code}
> Looks like a break is missing following addMetric(jobManager.metrics) call



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)