This is an automated email from the ASF dual-hosted git repository.
stack pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.4 by this push:
new 2ad7905 HBASE-26200 Revert "HBASE-25165 Change 'State time' in UI so
sorts (#2508)"
2ad7905 is described below
commit 2ad7905ddc1c1dcf4c04b386852ee175c15df81a
Author: stack <[email protected]>
AuthorDate: Mon Aug 16 13:46:05 2021 -0700
HBASE-26200 Revert "HBASE-25165 Change 'State time' in UI so sorts (#2508)"
This reverts commit d07d181ea4a9da316659bb21fd4fffc979b5f77a.
---
.../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>