From 9a2a799c9685d30bc494ee519a1295742d2994bc Mon Sep 17 00:00:00 2001 From: binlijin Date: Thu, 9 Jan 2020 10:25:54 +0800 Subject: [PATCH] HBASE-23660 hbase:meta's table.jsp ref to wrong rs address (#999) Signed-off-by: Wellington Chevreuil --- .../src/main/resources/hbase-webapps/master/table.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hbase-server/src/main/resources/hbase-webapps/master/table.jsp b/hbase-server/src/main/resources/hbase-webapps/master/table.jsp index 81ef5621ca2..6a76d995a70 100644 --- a/hbase-server/src/main/resources/hbase-webapps/master/table.jsp +++ b/hbase-server/src/main/resources/hbase-webapps/master/table.jsp @@ -272,7 +272,7 @@ if (fqtn != null && master.isInitialized()) { %> <%= escapeXml(meta.getRegionNameAsString()) %> - <%= StringEscapeUtils.escapeHtml4(hostAndPort) %> + <%= StringEscapeUtils.escapeHtml4(hostAndPort) %> <%= readReq%> <%= writeReq%> <%= fileSize%> @@ -338,7 +338,7 @@ if (fqtn != null && master.isInitialized()) { %> <%= escapeXml(meta.getRegionNameAsString()) %> - <%= StringEscapeUtils.escapeHtml4(hostAndPort) %> + <%= StringEscapeUtils.escapeHtml4(hostAndPort) %> <%= String.format("%,1d", compactingCells)%> <%= String.format("%,1d", compactedCells)%> <%= String.format("%,1d", compactingCells - compactedCells)%>