This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a change to branch HBASE-22724
in repository https://gitbox.apache.org/repos/asf/hbase.git.
omit 7a8c569 HBASE-22724 Add a emoji on the vote table for pre commit
result on github
omit a5ef6b2 HBASE-20688 Refguide has HBase Backup section and a chapter
named Backup and Restore; neither refers to the other (#562)
omit 345c21d HBASE-22945 Show quota infos in master UI (#560)
omit 97fbaa6 HBASE-22962 Fix typo in javadoc description (#569)
omit b642ee0 HBASE-22766 Code Coverage Improvement: Create Unit Tests for
ResultStatsUtil (#520)
omit ee5cf0d HBASE-22959 Add 2.1.6 to download page (#567)
new c225d26 HBASE-22724 Add a emoji on the vote table for pre commit
result on github
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (7a8c569)
\
N -- N -- N refs/heads/HBASE-22724 (c225d26)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
dev-support/Jenkinsfile_GitHub | 2 +
.../hadoop/hbase/backup/util/BackupUtils.java | 2 +-
.../hadoop/hbase/client/ResultStatsUtil.java | 43 ++++-
.../hadoop/hbase/quotas/ThrottleSettings.java | 7 +-
.../hadoop/hbase/client/TestResultStatsUtil.java | 91 ---------
.../apache/hadoop/hbase/util/CommonFSUtils.java | 2 +-
.../hadoop/hbase/http/jmx/JMXJsonServlet.java | 2 +-
.../apache/hadoop/hbase/http/TestGlobalFilter.java | 2 +-
.../apache/hadoop/hbase/http/TestPathFilter.java | 2 +-
.../hadoop/hbase/http/TestServletFilter.java | 4 +-
.../apache/hadoop/hbase/http/log/TestLogLevel.java | 10 +-
.../apache/hadoop/hbase/rest/client/Response.java | 2 +-
.../hbase/tmpl/master/MasterStatusTmpl.jamon | 3 -
.../io/hfile/CacheableDeserializerIdManager.java | 2 +-
.../org/apache/hadoop/hbase/master/HMaster.java | 2 +-
.../hadoop/hbase/quotas/MasterQuotaManager.java | 11 +-
.../regionserver/ReplicationSyncUp.java | 2 +-
.../main/resources/hbase-webapps/master/header.jsp | 4 -
.../main/resources/hbase-webapps/master/quotas.jsp | 204 ---------------------
.../org/apache/hadoop/hbase/GenericTestUtils.java | 2 +-
.../apache/hadoop/hbase/thrift/ThriftServer.java | 2 +-
.../hadoop/hbase/thrift2/TestThriftConnection.java | 2 +-
src/main/asciidoc/_chapters/ops_mgt.adoc | 2 +-
src/site/xdoc/downloads.xml | 16 +-
24 files changed, 70 insertions(+), 351 deletions(-)
delete mode 100644
hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestResultStatsUtil.java
delete mode 100644
hbase-server/src/main/resources/hbase-webapps/master/quotas.jsp