diff --git a/NOTICE.txt b/NOTICE.txt index 41ed32c1c691..b48c5475c962 100755 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -23,19 +23,11 @@ relicensed so we could use it as Creative Commons Attribution 3.0. The license is bundled with the download available here: http://www.vectorportal.com/subcategory/205/KILLER-WHALE-FREE-VECTOR.eps/ifile/9136/detailtest.asp -- -This product includes portions of the Bootstrap project v3.0.0 +This product includes portions of the Bootstrap project v5.3.3 -Copyright 2013 Twitter, Inc. +Copyright 2011-2024 The Bootstrap Authors -Licensed under the Apache License v2.0 - -This product uses the Glyphicons Halflings icon set. - -http://glyphicons.com/ - -Copyright Jan Kovařík - -Licensed under the Apache License v2.0 as a part of the Bootstrap project. +Licensed under the MIT license -- This product includes portions of the Guava project v14 and v21, specifically diff --git a/hbase-http/src/main/java/org/apache/hadoop/hbase/http/log/LogLevel.java b/hbase-http/src/main/java/org/apache/hadoop/hbase/http/log/LogLevel.java index 2581d9cbf358..a9e8fa7cbe16 100644 --- a/hbase-http/src/main/java/org/apache/hadoop/hbase/http/log/LogLevel.java +++ b/hbase-http/src/main/java/org/apache/hadoop/hbase/http/log/LogLevel.java @@ -326,7 +326,7 @@ public void doGet(HttpServletRequest request, HttpServletResponse response) String[] readOnlyLogLevels = conf.getStrings(READONLY_LOGGERS_CONF_KEY); if (logName != null) { - out.println("
Results:
"); + out.println("" + "
| Collection Count | @@ -129,7 +129,7 @@ pageContext.setAttribute("pageTitle", "Process info for PID: " + JSONMetricUtil.
|---|
| Collection Count | diff --git a/hbase-rest/src/main/resources/hbase-webapps/rest/rest.jsp b/hbase-rest/src/main/resources/hbase-webapps/rest/rest.jsp index ce6725f283a7..b5a706d3513c 100644 --- a/hbase-rest/src/main/resources/hbase-webapps/rest/rest.jsp +++ b/hbase-rest/src/main/resources/hbase-webapps/rest/rest.jsp @@ -30,7 +30,7 @@ final RESTServer restServer = (RESTServer) getServletContext().getAttribute(RESTServer.REST_SERVER); final String hostName = restServer.getServerName().getHostname(); - pageContext.setAttribute("pageTitle", "HBase REST Server" + hostName); + pageContext.setAttribute("pageTitle", "HBase REST Server: " + hostName); %>
|---|
Balancer Decision displayed the history of decision(factor details and weights and costs) made by LoadBalancers
| Collection Count | @@ -127,7 +127,7 @@ pageContext.setAttribute("pageTitle", "Process info for PID: " + JSONMetricUtil.
|---|
| Collection Count | diff --git a/hbase-server/src/main/resources/hbase-webapps/master/quotas.jsp b/hbase-server/src/main/resources/hbase-webapps/master/quotas.jsp index a52085b529f9..52a92552432c 100644 --- a/hbase-server/src/main/resources/hbase-webapps/master/quotas.jsp +++ b/hbase-server/src/main/resources/hbase-webapps/master/quotas.jsp @@ -74,11 +74,11 @@ <%if (quotaManager.isRpcThrottleEnabled()) {%> -
|---|
| ServerName | @@ -204,7 +204,7 @@
|---|
| ServerName | @@ -258,7 +258,7 @@ } %>
|---|
| ServerName | @@ -296,7 +296,7 @@ } %>
|---|
| ServerName | @@ -372,7 +372,7 @@ } %>
|---|
| ServerName | diff --git a/hbase-server/src/main/resources/hbase-webapps/master/startupProgress.jsp b/hbase-server/src/main/resources/hbase-webapps/master/startupProgress.jsp index f44d67cf848c..2302284a8a05 100644 --- a/hbase-server/src/main/resources/hbase-webapps/master/startupProgress.jsp +++ b/hbase-server/src/main/resources/hbase-webapps/master/startupProgress.jsp @@ -27,6 +27,7 @@ <%@ page import="org.apache.hadoop.hbase.monitoring.TaskGroup" %> <% final HMaster master = (HMaster) getServletContext().getAttribute(HMaster.MASTER); + pageContext.setAttribute("pageTitle", "HBase Master Startup Progress: " + master.getServerName()); %>
|---|
| Name | -Region Server | -ReadRequests | -WriteRequests | -Uncompressed StoreFileSize | -StorefileSize | -Num.Storefiles | -MemSize | -Start Key | -End Key | -ReplicaID | -
|---|
| Name | +Region Server | +ReadRequests | +WriteRequests | +Uncompressed StoreFileSize | +StorefileSize | +Num.Storefiles | +MemSize | +Start Key | +End Key | +ReplicaID | +
|---|---|---|---|---|---|---|---|---|---|---|
| <%= escapeXml(meta.getRegionNameAsString()) %> | -<%= StringEscapeUtils.escapeHtml4(hostAndPort) %> | -<%= readReq%> | -<%= writeReq%> | -<%= fileSizeUncompressed%> | -<%= fileSize%> | -<%= fileCount%> | -<%= memSize%> | -<%= escapeXml(Bytes.toString(meta.getStartKey())) %> | -<%= escapeXml(Bytes.toString(meta.getEndKey())) %> | -<%= meta.getReplicaId() %> | -
| Name | -Region Server | -Locality | -LocalityForSsd | -|||||||
|---|---|---|---|---|---|---|---|---|---|---|
| <%= escapeXml(meta.getRegionNameAsString()) %> | +<%= StringEscapeUtils.escapeHtml4(hostAndPort) %> | +<%= readReq%> | +<%= writeReq%> | +<%= fileSizeUncompressed%> | +<%= fileSize%> | +<%= fileCount%> | +<%= memSize%> | +<%= escapeXml(Bytes.toString(meta.getStartKey())) %> | +<%= escapeXml(Bytes.toString(meta.getEndKey())) %> | +<%= meta.getReplicaId() %> | +
| Name | +Region Server | +Locality | +LocalityForSsd | +
|---|---|---|---|
| <%= escapeXml(meta.getRegionNameAsString()) %> | -<%= StringEscapeUtils.escapeHtml4(hostAndPort) %> | -<%= locality%> | -<%= localityForSsd%> | -
| Name | -Region Server | -Num. Compacting Cells | -Num. Compacted Cells | -Remaining Cells | -Compaction Progress | -
|---|---|---|---|---|---|
| <%= escapeXml(meta.getRegionNameAsString()) %> | +<%= StringEscapeUtils.escapeHtml4(hostAndPort) %> | +<%= locality%> | +<%= localityForSsd%> | +
| Name | +Region Server | +Num. Compacting Cells | +Num. Compacted Cells | +Remaining Cells | +Compaction Progress | +
|---|---|---|---|---|---|
| <%= escapeXml(meta.getRegionNameAsString()) %> | -<%= StringEscapeUtils.escapeHtml4(hostAndPort) %> | -<%= String.format("%,1d", compactingCells)%> | -<%= String.format("%,1d", compactedCells)%> | -<%= String.format("%,1d", compactingCells - compactedCells)%> | -<%= compactionProgress%> | -
| Name(<%= String.format("%,1d", regions.size())%>) | -Region Server | -ReadRequests (<%= String.format("%,1d", totalReadReq)%>) |
- WriteRequests (<%= String.format("%,1d", totalWriteReq)%>) |
- Uncompressed StoreFileSize (<%= totalSizeUncompressedStr %>) |
- StorefileSize (<%= totalSizeStr %>) |
- Num.Storefiles (<%= String.format("%,1d", totalStoreFileCount)%>) |
- MemSize (<%= totalMemSizeStr %>) |
- Start Key | -End Key | -Region State | -ReplicaID | -
|---|
| Name(<%= String.format("%,1d", regions.size())%>) | +Region Server | +ReadRequests (<%= String.format("%,1d", totalReadReq)%>) |
+ WriteRequests (<%= String.format("%,1d", totalWriteReq)%>) |
+ Uncompressed StoreFileSize (<%= totalSizeUncompressedStr %>) |
+ StorefileSize (<%= totalSizeStr %>) |
+ Num.Storefiles (<%= String.format("%,1d", totalStoreFileCount)%>) |
+ MemSize (<%= totalMemSizeStr %>) |
+ Start Key | +End Key | +Region State | +ReplicaID | +
|---|---|---|---|---|---|---|---|---|---|---|---|
| <%= escapeXml(Bytes.toStringBinary(regionInfo.getRegionName())) %> | - <%= buildRegionDeployedServerTag(regionInfo, master, regionsToServer) %> -<%= readReq%> | -<%= writeReq%> | -<%= regionSizeUncompressed%> | -<%= regionSize%> | -<%= fileCount%> | -<%= memSize%> | -<%= escapeXml(Bytes.toStringBinary(regionInfo.getStartKey()))%> | -<%= escapeXml(Bytes.toStringBinary(regionInfo.getEndKey()))%> | -<%= state%> | -<%= regionInfo.getReplicaId() %> | -
| Name(<%= String.format("%,1d", regions.size())%>) | -Region Server | -Locality (<%= totalLocality %>) |
- LocalityForSsd (<%= totalLocalityForSsd %>) |
- |||||||
|---|---|---|---|---|---|---|---|---|---|---|
| <%= escapeXml(Bytes.toStringBinary(regionInfo.getRegionName())) %> | + <%= buildRegionDeployedServerTag(regionInfo, master, regionsToServer) %> +<%= readReq%> | +<%= writeReq%> | +<%= regionSizeUncompressed%> | +<%= regionSize%> | +<%= fileCount%> | +<%= memSize%> | +<%= escapeXml(Bytes.toStringBinary(regionInfo.getStartKey()))%> | +<%= escapeXml(Bytes.toStringBinary(regionInfo.getEndKey()))%> | +<%= state%> | +<%= regionInfo.getReplicaId() %> | +
| Name(<%= String.format("%,1d", regions.size())%>) | +Region Server | +Locality (<%= totalLocality %>) |
+ LocalityForSsd (<%= totalLocalityForSsd %>) |
+
|---|---|---|---|
| <%= escapeXml(Bytes.toStringBinary(regionInfo.getRegionName())) %> | - <%= buildRegionDeployedServerTag(regionInfo, master, regionsToServer) %> -<%= locality%> | -<%= localityForSsd%> | -
| Name(<%= String.format("%,1d", regions.size())%>) | -Region Server | -Num. Compacting Cells (<%= String.format("%,1d", totalCompactingCells)%>) |
- Num. Compacted Cells (<%= String.format("%,1d", totalCompactedCells)%>) |
- Remaining Cells (<%= String.format("%,1d", totalCompactingCells-totalCompactedCells)%>) |
- Compaction Progress (<%= totalCompactionProgress %>) |
-
|---|---|---|---|---|---|
| <%= escapeXml(Bytes.toStringBinary(regionInfo.getRegionName())) %> | + <%= buildRegionDeployedServerTag(regionInfo, master, regionsToServer) %> +<%= locality%> | +<%= localityForSsd%> | +
| Name(<%= String.format("%,1d", regions.size())%>) | +Region Server | +Num. Compacting Cells (<%= String.format("%,1d", totalCompactingCells)%>) |
+ Num. Compacted Cells (<%= String.format("%,1d", totalCompactedCells)%>) |
+ Remaining Cells (<%= String.format("%,1d", totalCompactingCells-totalCompactedCells)%>) |
+ Compaction Progress (<%= totalCompactionProgress %>) |
+
|---|---|---|---|---|---|
| <%= escapeXml(Bytes.toStringBinary(regionInfo.getRegionName())) %> | - <%= buildRegionDeployedServerTag(regionInfo, master, regionsToServer) %> -<%= String.format("%,1d", compactingCells)%> | -<%= String.format("%,1d", compactedCells)%> | -<%= String.format("%,1d", compactingCells - compactedCells)%> | -<%= compactionProgress%> | -
-
-
- | Collection Count | @@ -132,7 +132,7 @@ pageContext.setAttribute("pageTitle", "Process info for PID: " + JSONMetricUtil.
|---|
| Collection Count | diff --git a/hbase-server/src/main/resources/hbase-webapps/regionserver/rsOperationDetails.jsp b/hbase-server/src/main/resources/hbase-webapps/regionserver/rsOperationDetails.jsp index e8944b63f435..d59fd5a6f95c 100644 --- a/hbase-server/src/main/resources/hbase-webapps/regionserver/rsOperationDetails.jsp +++ b/hbase-server/src/main/resources/hbase-webapps/regionserver/rsOperationDetails.jsp @@ -81,16 +81,16 @@
|---|
Large response RPCs record those RPCs whose returned data size is greater than the threshold (see the setting'hbase.ipc.warn.response.size' for details)