brfrn169 commented on a change in pull request #722: HBASE-23065 [hbtop] Top-N 
heavy hitter user and client drill downs
URL: https://github.com/apache/hbase/pull/722#discussion_r336783898
 
 

 ##########
 File path: 
hbase-hbtop/src/main/java/org/apache/hadoop/hbase/hbtop/screen/top/TopScreenModel.java
 ##########
 @@ -113,7 +116,7 @@ public void refreshMetricsData() {
   }
 
   private void refreshSummary(ClusterMetrics clusterMetrics) {
-    String currentTime = DateFormatUtils.ISO_8601_EXTENDED_TIME_FORMAT
+    String currentTime = DateFormatUtils.ISO_DATE_FORMAT
 
 Review comment:
   `ISO_DATE_FORMAT` is deprecated and will replaced by 
`ISO_8601_EXTENDED_DATE_FORMAT`. We should use `ISO_8601_EXTENDED_TIME_FORMAT`?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to