This is an automated email from the ASF dual-hosted git repository.
vjasani pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new 63a35facad5 HBASE-27092 Regionserver table on Master UI is broken
(#4495)
63a35facad5 is described below
commit 63a35facad5c0136cf783e8d55aa9a613ccaa186
Author: litao <[email protected]>
AuthorDate: Wed Jun 8 08:37:48 2022 +0800
HBASE-27092 Regionserver table on Master UI is broken (#4495)
Signed-off-by: Viraj Jasani <[email protected]>
---
.../org/apache/hadoop/hbase/tmpl/master/RegionServerListTmpl.jamon | 2 ++
1 file changed, 2 insertions(+)
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 b764ae428f0..a7e91d9b00b 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
@@ -85,6 +85,7 @@ Arrays.sort(serverNames);
<thead>
<tr>
<th>ServerName</th>
+ <th>State</th>
<th>Start time</th>
<th>Last contact</th>
<th>Version</th>
@@ -125,6 +126,7 @@ Arrays.sort(serverNames);
</%java>
<tr>
<td><& serverNameLink; serverName=serverName; &></td>
+ <td><% state %></td>
<td><% new Date(startcode) %></td>
<td><% TraditionalBinaryPrefix.long2String(lastContact, "s", 1) %></td>
<td><% version %></td>