This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a change to branch HBASE-27109/table_based_rqs
in repository https://gitbox.apache.org/repos/asf/hbase.git
discard 603eebd0eb2 HBASE-27215 Add support for sync replication (#4762)
omit 63b4a207f46 HBASE-27214 Implement the new replication hfile/log
cleaner (#4722)
omit 3fad622c865 HBASE-27213 Add support for claim queue operation (#4708)
omit bea1946da37 HBASE-27212 Implement a new table based replication queue
storage and make the minimum replication system work (#4672)
add 6f0761a6681 HBASE-27373 Fix new spotbugs warnings after upgrading
spotbugs to 4.7.2 (#4787)
new 805feddb190 HBASE-27212 Implement a new table based replication queue
storage and make the minimum replication system work (#4672)
new b93628f2f13 HBASE-27213 Add support for claim queue operation (#4708)
new 27f576af0fc HBASE-27214 Implement the new replication hfile/log
cleaner (#4722)
new 53186320bd4 HBASE-27215 Add support for sync replication (#4762)
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 (603eebd0eb2)
\
N -- N -- N refs/heads/HBASE-27109/table_based_rqs (53186320bd4)
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 4 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:
.../hbase/exceptions/ClientExceptionsUtil.java | 5 ++
.../hbase/shaded/protobuf/RequestConverter.java | 63 ++++------------------
.../hbase/io/crypto/CryptoCipherProvider.java | 2 +
.../hbase/io/crypto/DefaultCipherProvider.java | 2 +
.../apache/hadoop/hbase/io/util/BlockIOUtils.java | 4 --
.../apache/hadoop/hbase/security/Superusers.java | 26 +++++----
hbase-metrics/pom.xml | 6 +++
.../hbase/metrics/impl/FastLongHistogram.java | 6 +--
.../org/apache/hadoop/hbase/rest/RESTServlet.java | 6 ++-
.../java/org/apache/hadoop/hbase/io/FileLink.java | 44 ++++-----------
.../hadoop/hbase/io/hfile/FixedFileTrailer.java | 2 +-
.../apache/hadoop/hbase/io/hfile/HFileBlock.java | 2 +-
.../hadoop/hbase/io/hfile/HFilePreadReader.java | 4 --
.../apache/hadoop/hbase/io/hfile/HFileUtil.java | 42 ---------------
.../hadoop/hbase/io/hfile/PrefetchExecutor.java | 2 +
.../hbase/namequeues/NamedQueueRecorder.java | 4 +-
.../hadoop/hbase/quotas/NoOpRegionSizeStore.java | 2 +
.../MissingSnapshotViolationPolicyEnforcement.java | 2 +
.../hadoop/hbase/regionserver/ChunkCreator.java | 5 +-
.../hadoop/hbase/regionserver/HMobStore.java | 21 ++------
.../hbase/regionserver/NoLimitScannerContext.java | 6 ++-
.../compactions/StripeCompactionPolicy.java | 7 ++-
.../hbase/regionserver/wal/ProtobufLogWriter.java | 11 ++--
.../replication/regionserver/WALEntryStream.java | 4 ++
.../hbase/security/token/FsDelegationToken.java | 7 +--
.../security/visibility/VisibilityLabelsCache.java | 8 ++-
.../apache/hadoop/hbase/util/BloomFilterUtil.java | 2 +
.../org/apache/hadoop/hbase/util/HBaseFsck.java | 5 +-
.../hadoop/hbase/wal/AbstractFSWALProvider.java | 5 +-
.../hadoop/hbase/SingleProcessHBaseCluster.java | 2 -
.../org/apache/hadoop/hbase/MiniHBaseCluster.java | 2 -
31 files changed, 107 insertions(+), 202 deletions(-)
delete mode 100644
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileUtil.java