[ 
https://issues.apache.org/jira/browse/TAJO-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14638278#comment-14638278
 ] 

ASF GitHub Bot commented on TAJO-1693:
--------------------------------------

Github user jihoonson commented on a diff in the pull request:

    https://github.com/apache/tajo/pull/642#discussion_r35293297
  
    --- Diff: tajo-core/src/main/java/org/apache/tajo/worker/TaskContainer.java 
---
    @@ -47,7 +47,7 @@ public void run() {
           try {
             task = executor.getNextTask();
     
    -        
task.getExecutionBlockContext().getWorkerContext().getWorkerSystemMetrics().counter("query",
 "task").inc();
    +        
//task.getExecutionBlockContext().getWorkerContext().getMetrics().counter(org.apache.tajo.metrics."query",
 "task").inc();
    --- End diff --
    
    Please remove this line.


> Rearrange metric names
> ----------------------
>
>                 Key: TAJO-1693
>                 URL: https://issues.apache.org/jira/browse/TAJO-1693
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: Metrics
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.11.0
>
>
> We need to rearrange metric hierarchy and their names. We also need to use 
> enumeration types instead of literal strings.



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

Reply via email to