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

2018-08-26 Thread brfrn169
Repository: hbase
Updated Branches:
  refs/heads/branch-1.3 996fd9124 -> 424706ab4


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/424706ab
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/424706ab
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/424706ab

Branch: refs/heads/branch-1.3
Commit: 424706ab46805422bfff4330ca26ba3b490da7ec
Parents: 996fd91
Author: Toshihiro Suzuki 
Authored: Mon Aug 27 12:22:27 2018 +0900
Committer: Toshihiro Suzuki 
Committed: Mon Aug 27 14:19:56 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/424706ab/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 efd8ecb..da03aa7 100644
--- a/hbase-server/src/main/resources/hbase-webapps/master/table.jsp
+++ b/hbase-server/src/main/resources/hbase-webapps/master/table.jsp
@@ -200,6 +200,13 @@ if ( fqtn != null ) {
 <%= escapeXml(Bytes.toString(meta.getEndKey())) %>
 -
 -
+<%
+  if (withReplica) {
+%>
+<%= meta.getReplicaId() %>
+<%
+  }
+%>
 
 <%  } %>
 <%} %>



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

2018-08-26 Thread brfrn169
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 
Authored: Mon Aug 27 12:22:27 2018 +0900
Committer: Toshihiro Suzuki 
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 ) {
 <%= escapeXml(Bytes.toString(meta.getEndKey())) %>
 -
 -
+<%
+  if (withReplica) {
+%>
+<%= meta.getReplicaId() %>
+<%
+  }
+%>
 
 <%  } %>
 <%} %>



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

2018-08-26 Thread brfrn169
Repository: hbase
Updated Branches:
  refs/heads/branch-1.4 201609882 -> d965436ee


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/d965436e
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/d965436e
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/d965436e

Branch: refs/heads/branch-1.4
Commit: d965436ee17d862b7136488daac5d69e6f921220
Parents: 2016098
Author: Toshihiro Suzuki 
Authored: Mon Aug 27 11:55:52 2018 +0900
Committer: Toshihiro Suzuki 
Committed: Mon Aug 27 11:57:21 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/d965436e/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 44f0a64..2d77e57 100644
--- a/hbase-server/src/main/resources/hbase-webapps/master/table.jsp
+++ b/hbase-server/src/main/resources/hbase-webapps/master/table.jsp
@@ -269,6 +269,13 @@ if ( fqtn != null ) {
 <%= locality%>
 <%= escapeXml(Bytes.toString(meta.getStartKey())) %>
 <%= escapeXml(Bytes.toString(meta.getEndKey())) %>
+<%
+  if (withReplica) {
+%>
+<%= meta.getReplicaId() %>
+<%
+  }
+%>
 
 <%  } %>
 <%} %>