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/06 15:35:43 UTC

[hbase] branch HBASE-27109/table_based_rqs updated (08fac23f833 -> 111c947fc4b)

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 08fac23f833 HBASE-27516 Document the table based replication queue storage in ref guide (#5203)
    omit 772acaaeeaa HBASE-27809 Attach move replication queue storage from zookeeper to a separated HBase table design doc to git repo (#5197)
    omit d37b4266aa4 HBASE-27274 Re-enable the disabled tests when implementing HBASE-27212 (#5178)
    omit c25a63fd88a HBASE-27775 Use a separate WAL provider for hbase:replication table (#5157)
    omit 0fcc0f2faeb HBASE-27623 Start a new ReplicationSyncUp after the previous failed (#5150)
    omit 9e3a82ed67e HBASE-27216 Revisit the ReplicationSyncUp tool (#4966)
    omit b9358cefe81 HBASE-27430 Should disable replication log cleaner when migrating replication queue data (#4901)
    omit 15ae28cae18 HBASE-27429 Add exponential retry backoff support for MigrateReplicationQueueFromZkToTableProcedure
    omit ec8136c3c73 HBASE-27217 Revisit the DumpReplicationQueues tool (#4810)
    omit 6a804248bb2 HBASE-27218 Support rolling upgrading (#4808)
    omit 1bce64384b9 HBASE-27405 Fix the replication hfile/log cleaner report that the replication table does not exist (#4811)
    omit 4fc1c91a9d2 HBASE-27392 Add a new procedure type for implementing some global operations such as migration (#4803)
    omit 676bfc1a28d HBASE-27215 Add support for sync replication (#4762)
    omit 517a1db268b HBASE-27214 Implement the new replication hfile/log cleaner (#4722)
    omit 067fd0655b4 HBASE-27213 Add support for claim queue operation (#4708)
    omit 2380753b3f7 HBASE-27212 Implement a new table based replication queue storage and make the minimum replication system work (#4672)
     add bfdf1c049c6 HBASE-27799: RpcThrottlingException wait interval message is misleading between 0-1s (#5192)
     add 5d2b6956e58 HBASE-27838 Update zstd-jni from version 1.5.4-2 -> 1.5.5-2. (#5220)
     add ab8880d3bed Revert "HBASE-27752: Update the list of prefetched files upon region movement (#5194)"
     add dca0622b620 HBASE-27752: Update the list of prefetched files upon region movement (#5194)
     add 9ccf2fd5de8 HBASE-27212 Implement a new table based replication queue storage and make the minimum replication system work (#4672)
     add 0e31fefcc73 HBASE-27213 Add support for claim queue operation (#4708)
     add ce31e83f7fe HBASE-27214 Implement the new replication hfile/log cleaner (#4722)
     add c185230e3f4 HBASE-27215 Add support for sync replication (#4762)
     add 6b6100afb58 HBASE-27392 Add a new procedure type for implementing some global operations such as migration (#4803)
     add 02473fc76ae HBASE-27405 Fix the replication hfile/log cleaner report that the replication table does not exist (#4811)
     add 2ad21770b20 HBASE-27218 Support rolling upgrading (#4808)
     add d5bbf0f5958 HBASE-27217 Revisit the DumpReplicationQueues tool (#4810)
     add f2757b9e670 HBASE-27429 Add exponential retry backoff support for MigrateReplicationQueueFromZkToTableProcedure
     add e47a8336178 HBASE-27430 Should disable replication log cleaner when migrating replication queue data (#4901)
     add 8ed26790f76 HBASE-27216 Revisit the ReplicationSyncUp tool (#4966)
     add 1f38f8afe3b HBASE-27623 Start a new ReplicationSyncUp after the previous failed (#5150)
     add 298971319c4 HBASE-27775 Use a separate WAL provider for hbase:replication table (#5157)
     add cdbf6f9bd02 HBASE-27274 Re-enable the disabled tests when implementing HBASE-27212 (#5178)
     add 097c7caa86b HBASE-27809 Attach move replication queue storage from zookeeper to a separated HBase table design doc to git repo (#5197)
     add 111c947fc4b 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   (08fac23f833)
            \
             N -- N -- N   refs/heads/HBASE-27109/table_based_rqs (111c947fc4b)

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:
 .../hbase/quotas/RpcThrottlingException.java       | 59 +++++++++++++-----
 .../hbase/quotas/TestRpcThrottlingException.java   | 72 ++++++++++++++++++++++
 pom.xml                                            |  2 +-
 3 files changed, 115 insertions(+), 18 deletions(-)
 create mode 100644 hbase-client/src/test/java/org/apache/hadoop/hbase/quotas/TestRpcThrottlingException.java