HBASE-6347 -ROOT- and .META. are stale in table.jsp if they moved
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1452544 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f28621da9b
commit
d17d84ed77
|
@ -212,7 +212,7 @@
|
|||
<%
|
||||
// NOTE: Presumes one meta region only.
|
||||
HRegionInfo meta = HRegionInfo.FIRST_META_REGIONINFO;
|
||||
ServerName metaLocation = master.getCatalogTracker().getMetaLocation();
|
||||
ServerName metaLocation = master.getCatalogTracker().waitForMeta(1);
|
||||
for (int i = 0; i < 1; i++) {
|
||||
String url = "http://" + metaLocation.getHostname() + ":" + infoPort + "/";
|
||||
%>
|
||||
|
|
Loading…
Reference in New Issue