taegeonum commented on a change in pull request #268: [NEMO-429] SWPP TEAM17
Code Smell Fix
URL: https://github.com/apache/incubator-nemo/pull/268#discussion_r354069375
##########
File path:
runtime/executor/src/main/java/org/apache/nemo/runtime/executor/task/TaskExecutor.java
##########
@@ -62,6 +62,7 @@
@NotThreadSafe
public final class TaskExecutor {
private static final Logger LOG =
LoggerFactory.getLogger(TaskExecutor.class.getName());
+ private static final String TASK_METRIC_ID = "TaskMetric"
Review comment:
private static final String TASK_METRIC_ID = "TaskMetric";
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services