You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2020/08/25 04:06:12 UTC

[hbase] branch master updated (6ad73b9 -> 57e49b3)

This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from 6ad73b9  HBASE-24885 STUCK RIT by hbck2 assigns (#2283)
     add 57e49b3  HBASE-23834 HBase fails to run on Hadoop 3.3.0/3.2.2/3.1.4 due to jetty version mismatch (#2222)

No new revisions were added by this update.

Summary of changes:
 hbase-http/pom.xml                                 |  48 +++----
 .../hadoop/hbase/http/AdminAuthorizedServlet.java  |   5 +-
 .../apache/hadoop/hbase/http/HttpRequestLog.java   |   4 +-
 .../org/apache/hadoop/hbase/http/HttpServer.java   |  47 ++++---
 .../apache/hadoop/hbase/http/HttpServerUtil.java   |   9 +-
 .../hadoop/hbase/http/ProfileOutputServlet.java    |   5 +-
 .../hbase/http/HttpServerFunctionalTest.java       |   2 +-
 .../hadoop/hbase/http/TestHttpRequestLog.java      |   5 +-
 .../apache/hadoop/hbase/http/TestHttpServer.java   |   5 +-
 .../hbase/http/TestProxyUserSpnegoHttpServer.java  |   7 +-
 .../hadoop/hbase/http/conf/TestConfServlet.java    |   3 +-
 .../hadoop/hbase/http/resource/JerseyResource.java |   5 +-
 hbase-it/pom.xml                                   |  17 +--
 .../org/apache/hadoop/hbase/MockHttpApiRule.java   |  15 ++-
 .../apache/hadoop/hbase/RESTApiClusterManager.java |   4 +-
 .../services/javax.ws.rs.client.ClientBuilder      |   4 +-
 .../src/main/resources/supplemental-models.xml     |  57 ++++++++
 hbase-rest/pom.xml                                 |  24 ----
 .../org/apache/hadoop/hbase/rest/RESTServer.java   |  31 ++---
 .../hadoop/hbase/rest/RESTServletContainer.java    |   7 +-
 .../hadoop/hbase/rest/model/VersionModel.java      |   7 +-
 hbase-server/pom.xml                               |  12 --
 .../org/apache/hadoop/hbase/master/HMaster.java    |  11 +-
 .../resources/ensure-jars-have-correct-contents.sh |   3 +
 hbase-shaded/hbase-shaded-client/pom.xml           |   6 +-
 hbase-shaded/hbase-shaded-testing-util/pom.xml     |   5 +
 .../resources/ensure-jars-have-correct-contents.sh |   3 +
 hbase-shaded/pom.xml                               |   6 +
 hbase-thrift/pom.xml                               |  16 ---
 .../apache/hadoop/hbase/thrift/ThriftServer.java   |  23 ++--
 pom.xml                                            | 144 ++++++++++-----------
 31 files changed, 269 insertions(+), 271 deletions(-)
 copy hbase-metrics/src/main/resources/META-INF/services/org.apache.hadoop.hbase.metrics.MetricRegistries => hbase-it/src/test/resources/META-INF/services/javax.ws.rs.client.ClientBuilder (91%)