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
omit 9f95b0e2b66 HBASE-27430 Should disable replication log cleaner when
migrating replication queue data (#4901)
omit 00a25cf332c HBASE-27429 Add exponential retry backoff support for
MigrateReplicationQueueFromZkToTableProcedure
omit 14e24cf60f1 HBASE-27217 Revisit the DumpReplicationQueues tool (#4810)
omit bba8c1342d0 HBASE-27218 Support rolling upgrading (#4808)
omit b552ad26541 HBASE-27405 Fix the replication hfile/log cleaner report
that the replication table does not exist (#4811)
omit 2f0f97e9f19 HBASE-27392 Add a new procedure type for implementing some
global operations such as migration (#4803)
omit e83f61db70a HBASE-27215 Add support for sync replication (#4762)
omit 9215fd88f62 HBASE-27214 Implement the new replication hfile/log
cleaner (#4722)
omit c473bcb71d2 HBASE-27213 Add support for claim queue operation (#4708)
omit 84432d34e89 HBASE-27212 Implement a new table based replication queue
storage and make the minimum replication system work (#4672)
add c2b64e7caa5 HBASE-27701 Fix a misspelling of the ZstdCodec in
compression documentation (#5095)
add ce7b1d4e4ff HBASE-27714 WALEntryStreamTestBase creates a new HBTU in
startCluster method which causes all sub classes are testing default
configurations (#5101)
add c8bee238fc5 HBASE-27716 Fix TestWALOpenAfterDNRollingStart (#5102)
add 1f2e1f5b3a1 HBASE-27715 Refactoring the long tryAdvanceEntry method in
WALEntryStream (#5105)
new 957929fdc45 HBASE-27212 Implement a new table based replication queue
storage and make the minimum replication system work (#4672)
new 3c960ee4409 HBASE-27213 Add support for claim queue operation (#4708)
new 3be514d150a HBASE-27214 Implement the new replication hfile/log
cleaner (#4722)
new fc2a456e45d HBASE-27215 Add support for sync replication (#4762)
new 7489817e7cb HBASE-27392 Add a new procedure type for implementing some
global operations such as migration (#4803)
new 154bafe610f HBASE-27405 Fix the replication hfile/log cleaner report
that the replication table does not exist (#4811)
new 46108163991 HBASE-27218 Support rolling upgrading (#4808)
new 10e73d39ad4 HBASE-27217 Revisit the DumpReplicationQueues tool (#4810)
new 2fefe53e047 HBASE-27429 Add exponential retry backoff support for
MigrateReplicationQueueFromZkToTableProcedure
new c1d126dd078 HBASE-27430 Should disable replication log cleaner when
migrating replication queue data (#4901)
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 (9f95b0e2b66)
\
N -- N -- N refs/heads/HBASE-27109/table_based_rqs (c1d126dd078)
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 10 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:
.../replication/regionserver/WALEntryStream.java | 218 ++++++++++++---------
.../regionserver/WALEntryStreamTestBase.java | 1 -
.../hbase/wal/TestWALOpenAfterDNRollingStart.java | 2 +-
src/main/asciidoc/_chapters/compression.adoc | 4 +-
4 files changed, 123 insertions(+), 102 deletions(-)