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 a3c7e0f2568 HBASE-27809 Attach move replication queue storage from 
zookeeper to a separated HBase table design doc to git repo (#5197)
 discard d32980edc06 HBASE-27274 Re-enable the disabled tests when implementing 
HBASE-27212 (#5178)
 discard 6f5d1cfbb17 HBASE-27775 Use a separate WAL provider for 
hbase:replication table (#5157)
 discard 7c87504845c HBASE-27623 Start a new ReplicationSyncUp after the 
previous failed (#5150)
 discard 5f44e06e8d6 HBASE-27216 Revisit the ReplicationSyncUp tool (#4966)
 discard 552fb6b36fb HBASE-27430 Should disable replication log cleaner when 
migrating replication queue data (#4901)
 discard 2b4d4c0089e HBASE-27429 Add exponential retry backoff support for 
MigrateReplicationQueueFromZkToTableProcedure
 discard 9c9f261ea05 HBASE-27217 Revisit the DumpReplicationQueues tool (#4810)
 discard 8498354b569 HBASE-27218 Support rolling upgrading (#4808)
 discard 05848fdad12 HBASE-27405 Fix the replication hfile/log cleaner report 
that the replication table does not exist (#4811)
 discard 406fde43415 HBASE-27392 Add a new procedure type for implementing some 
global operations such as migration (#4803)
 discard c74cc513171 HBASE-27215 Add support for sync replication (#4762)
 discard 76516a60322 HBASE-27214 Implement the new replication hfile/log 
cleaner (#4722)
 discard 2c12cc0600d HBASE-27213 Add support for claim queue operation (#4708)
 discard 6ebf4e31692 HBASE-27212 Implement a new table based replication queue 
storage and make the minimum replication system work (#4672)
     new f8a9008f057 HBASE-27212 Implement a new table based replication queue 
storage and make the minimum replication system work (#4672)
     new 4769d33fa60 HBASE-27213 Add support for claim queue operation (#4708)
     new 081b865f4fd HBASE-27214 Implement the new replication hfile/log 
cleaner (#4722)
     new 3060fb929a5 HBASE-27215 Add support for sync replication (#4762)
     new b859efd7c57 HBASE-27392 Add a new procedure type for implementing some 
global operations such as migration (#4803)
     new 6c0c3e2fa6a HBASE-27405 Fix the replication hfile/log cleaner report 
that the replication table does not exist (#4811)
     new 6bc8431bd9e HBASE-27218 Support rolling upgrading (#4808)
     new 69a8b5cfff2 HBASE-27217 Revisit the DumpReplicationQueues tool (#4810)
     new c69fbee97b0 HBASE-27429 Add exponential retry backoff support for 
MigrateReplicationQueueFromZkToTableProcedure
     new 382c5ae3e18 HBASE-27430 Should disable replication log cleaner when 
migrating replication queue data (#4901)
     new a9b2d25fe1e HBASE-27216 Revisit the ReplicationSyncUp tool (#4966)
     new bfe5e19c881 HBASE-27623 Start a new ReplicationSyncUp after the 
previous failed (#5150)
     new e96ce5da7cb HBASE-27775 Use a separate WAL provider for 
hbase:replication table (#5157)
     new 87fbb8a6276 HBASE-27274 Re-enable the disabled tests when implementing 
HBASE-27212 (#5178)
     new a442e0929c8 HBASE-27809 Attach move replication queue storage from 
zookeeper to a separated HBase table design doc to git repo (#5197)

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   (a3c7e0f2568)
            \
             N -- N -- N   refs/heads/HBASE-27109/table_based_rqs (a442e0929c8)

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 15 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:
 .../src/main/java/org/apache/hadoop/hbase/master/HMaster.java     | 1 +
 .../apache/hadoop/hbase/master/replication/AddPeerProcedure.java  | 8 +++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

Reply via email to