This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a change to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hbase.git


    from 43d7a1a9660 HBASE-29469 Add metrics with more detail for 
RpcThrottlingExceptions (#7186)
     new 9a910b60efe HBASE-29463 Bidirectional serial replication will block if 
a region’s last edit before rs crashed was from the peer cluster (#7172)
     new 83955a7ee00 HBASE-29514 Remove deprecated fields in 
SimpleTotalOrderPartitioner (#7218)

The 2 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:
 .../mapreduce/SimpleTotalOrderPartitioner.java     | 48 ++++---------
 .../mapreduce/TestSimpleTotalOrderPartitioner.java |  8 ++-
 .../hbase/replication/ChainWALEntryFilter.java     |  7 ++
 .../replication/ClusterMarkingEntryFilter.java     |  4 +-
 .../hbase/replication/ScopeWALEntryFilter.java     | 16 +++--
 .../hadoop/hbase/replication/WALEntryFilter.java   | 14 ++++
 .../hbase/replication/WALEntryFilterBase.java      | 66 ++++++++++++++++++
 .../regionserver/ReplicationSource.java            |  1 +
 .../SerialReplicationSourceWALReader.java          | 16 +++--
 .../TestBidirectionSerialReplicationStuck.java     | 79 ++++++++++++++++++++++
 .../hbase/replication/TestReplicationBase.java     | 51 +++++++++-----
 .../TestReplicationWALEntryFilters.java            | 11 ++-
 12 files changed, 246 insertions(+), 75 deletions(-)
 create mode 100644 
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/WALEntryFilterBase.java
 create mode 100644 
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestBidirectionSerialReplicationStuck.java

Reply via email to