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

vjasani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 93426536913 HBASE-27092 Regionserver table on Master UI is broken 
(#4495)
93426536913 is described below

commit 93426536913141ae20ad61b69af9697b38aca5fc
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>

Reply via email to