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 2023/05/08 15:40:19 UTC

[hbase] branch HBASE-27109/table_based_rqs updated (111c947fc4b -> 8b9564c975d)

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 111c947fc4b HBASE-27516 Document the table based replication queue storage in ref guide (#5203)
    omit 097c7caa86b HBASE-27809 Attach move replication queue storage from zookeeper to a separated HBase table design doc to git repo (#5197)
    omit cdbf6f9bd02 HBASE-27274 Re-enable the disabled tests when implementing HBASE-27212 (#5178)
    omit 298971319c4 HBASE-27775 Use a separate WAL provider for hbase:replication table (#5157)
    omit 1f38f8afe3b HBASE-27623 Start a new ReplicationSyncUp after the previous failed (#5150)
    omit 8ed26790f76 HBASE-27216 Revisit the ReplicationSyncUp tool (#4966)
    omit e47a8336178 HBASE-27430 Should disable replication log cleaner when migrating replication queue data (#4901)
    omit f2757b9e670 HBASE-27429 Add exponential retry backoff support for MigrateReplicationQueueFromZkToTableProcedure
    omit d5bbf0f5958 HBASE-27217 Revisit the DumpReplicationQueues tool (#4810)
    omit 2ad21770b20 HBASE-27218 Support rolling upgrading (#4808)
    omit 02473fc76ae HBASE-27405 Fix the replication hfile/log cleaner report that the replication table does not exist (#4811)
    omit 6b6100afb58 HBASE-27392 Add a new procedure type for implementing some global operations such as migration (#4803)
    omit c185230e3f4 HBASE-27215 Add support for sync replication (#4762)
    omit ce31e83f7fe HBASE-27214 Implement the new replication hfile/log cleaner (#4722)
    omit 0e31fefcc73 HBASE-27213 Add support for claim queue operation (#4708)
    omit 9ccf2fd5de8 HBASE-27212 Implement a new table based replication queue storage and make the minimum replication system work (#4672)
     add d49df8b7a96 HBASE-27844 changed type names to avoid conflicts with built-in types (#5223)
     add 6b832979f8e HBASE-27212 Implement a new table based replication queue storage and make the minimum replication system work (#4672)
     add 0514d4a3dc3 HBASE-27213 Add support for claim queue operation (#4708)
     add cec6fd2a600 HBASE-27214 Implement the new replication hfile/log cleaner (#4722)
     add e5c1378c2af HBASE-27215 Add support for sync replication (#4762)
     add e2f886aa801 HBASE-27392 Add a new procedure type for implementing some global operations such as migration (#4803)
     add 3bd42761791 HBASE-27405 Fix the replication hfile/log cleaner report that the replication table does not exist (#4811)
     add d9ad11dcfe8 HBASE-27218 Support rolling upgrading (#4808)
     add 015c1102a2b HBASE-27217 Revisit the DumpReplicationQueues tool (#4810)
     add 10647b580ab HBASE-27429 Add exponential retry backoff support for MigrateReplicationQueueFromZkToTableProcedure
     add 894195f265e HBASE-27430 Should disable replication log cleaner when migrating replication queue data (#4901)
     add e728ef7a10a HBASE-27216 Revisit the ReplicationSyncUp tool (#4966)
     add ef6431f1130 HBASE-27623 Start a new ReplicationSyncUp after the previous failed (#5150)
     add e174938cf14 HBASE-27775 Use a separate WAL provider for hbase:replication table (#5157)
     add 7c5de95f953 HBASE-27274 Re-enable the disabled tests when implementing HBASE-27212 (#5178)
     add 447778c49bf HBASE-27809 Attach move replication queue storage from zookeeper to a separated HBase table design doc to git repo (#5197)
     add 8b9564c975d HBASE-27516 Document the table based replication queue storage in ref guide (#5203)

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   (111c947fc4b)
            \
             N -- N -- N   refs/heads/HBASE-27109/table_based_rqs (8b9564c975d)

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.

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)