This is an automated email from the ASF dual-hosted git repository.
ndimiduk pushed a change to branch HBASE-18095/client-locate-meta-no-zookeeper
in repository https://gitbox.apache.org/repos/asf/hbase.git.
omit a5b63d9 HBASE-23731: De-flake TestFromClientSide (#1091)
omit 7b67538 HBASE-23647: Make MasterRegistry the default impl. (#1039)
omit f1145f5 HBASE-23330: Fix delegation token fetch with MasterRegistry
(#1084)
omit 86259e4 HBASE-23305: Master based registry implementation (#954)
omit 10d7d3b HBASE-23648: Re-use underlying connection registry in
RawAsyncHBaseAdmin (#994)
omit cae000a HBASE-23604: Clarify AsyncRegistry usage in the code. (#957)
omit d5b37d0 HBASE-23304: RPCs needed for client meta information lookup
(#904)
omit 2792635 HBASE-23281: Track meta region locations in masters (#830)
omit c2996c5 HBASE-23275: Track active master's address in
ActiveMasterManager (#812)
add 60b80b6 HBASE-23736 Removed deprecated getTimeStampOfLastAppliedOp
from MetricsSink
add 66d198d HBASE-23749 : TestHFileWriterV3 for all DataBlock Encoders
add 8b00f9f HBASE-17115 Define UI admins via an ACL
new 084c618 HBASE-23275: Track active master's address in
ActiveMasterManager (#812)
new f3aaba1 HBASE-23281: Track meta region locations in masters (#830)
new f44f7e5 HBASE-23304: RPCs needed for client meta information lookup
(#904)
new 150edac HBASE-23604: Clarify AsyncRegistry usage in the code. (#957)
new 7cc800d HBASE-23648: Re-use underlying connection registry in
RawAsyncHBaseAdmin (#994)
new cff8b77 HBASE-23305: Master based registry implementation (#954)
new fcb2012 HBASE-23330: Fix delegation token fetch with MasterRegistry
(#1084)
new 89c0235 HBASE-23647: Make MasterRegistry the default impl. (#1039)
new 60cb4f3 HBASE-23731: De-flake TestFromClientSide (#1091)
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 (a5b63d9)
\
N -- N -- N
refs/heads/HBASE-18095/client-locate-meta-no-zookeeper (60cb4f3)
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 9 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:
...ntionFilter.java => AdminAuthorizedFilter.java} | 52 +--
.../org/apache/hadoop/hbase/http/HttpServer.java | 133 ++++---
.../org/apache/hadoop/hbase/http/InfoServer.java | 72 +++-
.../org/apache/hadoop/hbase/http/log/LogLevel.java | 8 +
.../apache/hadoop/hbase/http/TestHttpServer.java | 12 +-
.../hadoop/hbase/http/TestSSLHttpServer.java | 2 +-
.../hadoop/hbase/http/TestSpnegoHttpServer.java | 4 +-
.../org/apache/hadoop/hbase/master/HMaster.java | 2 +-
.../hadoop/hbase/regionserver/HRegionServer.java | 4 +-
.../replication/regionserver/MetricsSink.java | 12 -
.../resources/hbase-webapps/master/snapshot.jsp | 3 +-
.../main/resources/hbase-webapps/master/table.jsp | 3 +-
.../hadoop/hbase/http/TestInfoServersACL.java | 438 +++++++++++++++++++++
.../hadoop/hbase/io/hfile/TestHFileWriterV3.java | 33 +-
...java => TestHFileWriterV3WithDataEncoders.java} | 306 +++++++-------
src/main/asciidoc/_chapters/security.adoc | 85 +++-
16 files changed, 903 insertions(+), 266 deletions(-)
copy
hbase-http/src/main/java/org/apache/hadoop/hbase/http/{ClickjackingPreventionFilter.java
=> AdminAuthorizedFilter.java} (51%)
create mode 100644
hbase-server/src/test/java/org/apache/hadoop/hbase/http/TestInfoServersACL.java
copy
hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/{TestHFileWriterV3.java
=> TestHFileWriterV3WithDataEncoders.java} (59%)