You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@nemo.apache.org by GitBox <gi...@apache.org> on 2019/12/03 01:14:53 UTC

[GitHub] [incubator-nemo] taegeonum commented on a change in pull request #268: [NEMO-429] SWPP TEAM17 Code Smell Fix

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_r352937027
 
 

 ##########
 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 const TaskMetric = "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:
users@infra.apache.org


With regards,
Apache Git Services