From 8de11d1ac650a48956328e70d382840d562ba0f1 Mon Sep 17 00:00:00 2001 From: tom lee Date: Mon, 6 Jun 2022 23:25:35 +0800 Subject: [PATCH] HBASE-27092 Regionserver table on Master UI is broken --- .../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 b764ae428f01..a7e91d9b00ba 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); ServerName + State Start time Last contact Version @@ -125,6 +126,7 @@ Arrays.sort(serverNames); <& serverNameLink; serverName=serverName; &> + <% state %> <% new Date(startcode) %> <% TraditionalBinaryPrefix.long2String(lastContact, "s", 1) %> <% version %>