Skip to content

Commit

Permalink
[FLINK-4626] Add missing break in MEtricStore#add()
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Sep 16, 2016
1 parent 7143a24 commit 1586fc8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public void add(MetricDump metric) {
switch (info.getCategory()) {
case INFO_CATEGORY_JM:
addMetric(jobManager.metrics, name, metric);
break;
case INFO_CATEGORY_TM:
String tmID = ((QueryScopeInfo.TaskManagerQueryScopeInfo) info).taskManagerID;
tm = taskManagers.get(tmID);
Expand Down

0 comments on commit 1586fc8

Please sign in to comment.