GeorryHuang commented on a change in pull request #2815:
URL: https://github.com/apache/hbase/pull/2815#discussion_r549513981



##########
File path: 
hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/common/TaskMonitorTmpl.jamon
##########
@@ -116,6 +117,7 @@ String parent = "";
                       <td><% task.getStatus() %>
                           (since <% StringUtils.formatTimeDiff(now, 
task.getStatusTime()) %>
                           ago)</td>
+                      <td><% task.getCompletionTimestamp() < 0 ? 
task.getState() : new Date(task.getCompletionTimestamp()) %></td>

Review comment:
       I think that adding completion time is enough, there is already a start 
time. Do we still need duration?




----------------------------------------------------------------
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]


Reply via email to