You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2021/08/16 20:46:15 UTC

[hbase] branch branch-2.3 updated: HBASE-26200 Revert "HBASE-25165 Change 'State time' in UI so sorts"

This is an automated email from the ASF dual-hosted git repository.

stack pushed a commit to branch branch-2.3
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.3 by this push:
     new 3433ec8  HBASE-26200 Revert "HBASE-25165 Change 'State time' in UI so sorts"
3433ec8 is described below

commit 3433ec84a5f3fa00af0c561d3252bf8691904f3c
Author: stack <st...@apache.org>
AuthorDate: Mon Aug 16 13:44:07 2021 -0700

    HBASE-26200 Revert "HBASE-25165 Change 'State time' in UI so sorts"
    
    This reverts commit 976205fba05197d224a0b23aab88ad34dbdfaae9.
---
 .../org/apache/hadoop/hbase/tmpl/master/RegionServerListTmpl.jamon      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/RegionServerListTmpl.jamon b/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/RegionServerListTmpl.jamon
index 5878361..a3067ee 100644
--- a/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/RegionServerListTmpl.jamon
+++ b/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/RegionServerListTmpl.jamon
@@ -121,7 +121,7 @@ Arrays.sort(serverNames);
 </%java>
 <tr>
     <td><& serverNameLink; serverName=serverName; &></td>
-    <td><% java.time.Instant.ofEpochMilli(startcode) %></td>
+    <td><% new Date(startcode) %></td>
     <td><% TraditionalBinaryPrefix.long2String(lastContact, "s", 1) %></td>
     <td><% version %></td>
     <td><% String.format("%,.0f", requestsPerSecond) %></td>