Repository: hbase
Updated Branches:
  refs/heads/branch-1.2 c045573f5 -> beb954e0d


HBASE-20317 Backport HBASE-20261 "Table page (table.jsp) in Master UI does not 
show replicaIds for hbase meta table" to branch-1


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/beb954e0
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/beb954e0
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/beb954e0

Branch: refs/heads/branch-1.2
Commit: beb954e0dde3b79a22282a44b26fc326af170a44
Parents: c045573
Author: Toshihiro Suzuki <brfrn...@gmail.com>
Authored: Mon Aug 27 12:22:27 2018 +0900
Committer: Toshihiro Suzuki <brfrn...@gmail.com>
Committed: Mon Aug 27 14:19:16 2018 +0900

----------------------------------------------------------------------
 .../src/main/resources/hbase-webapps/master/table.jsp         | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/beb954e0/hbase-server/src/main/resources/hbase-webapps/master/table.jsp
----------------------------------------------------------------------
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 6c99ba7..cee2416 100644
--- a/hbase-server/src/main/resources/hbase-webapps/master/table.jsp
+++ b/hbase-server/src/main/resources/hbase-webapps/master/table.jsp
@@ -192,6 +192,13 @@ if ( fqtn != null ) {
     <td><%= escapeXml(Bytes.toString(meta.getEndKey())) %></td>
     <td>-</td>
     <td>-</td>
+<%
+      if (withReplica) {
+%>
+    <td><%= meta.getReplicaId() %></td>
+<%
+      }
+%>
 </tr>
 <%  } %>
 <%} %>

Reply via email to