This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a change to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/hbase.git
from 5bc9265f598 HBASE-29469 Add metrics with more detail for
RpcThrottlingExceptions (#7214)
add 11016018457 HBASE-29463 Bidirectional serial replication will block if
a region’s last edit before rs crashed was from the peer cluster (#7172) (#7225)
No new revisions were added by this update.
Summary of changes:
.../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 | 31 ++++++---
.../TestReplicationWALEntryFilters.java | 11 ++-
10 files changed, 218 insertions(+), 27 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