You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by xu...@apache.org on 2019/12/06 23:41:19 UTC

[hbase] branch master updated (8548463 -> 60d9430)

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

xucang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from 8548463  HBASE-23373 Log `RetriesExhaustedException` context with full time precision (#903)
     add 60d9430  HBASE-23309: Adding the flexibility to ChainWalEntryFilter to filter the whole entry if all cells get filtered (#837)

No new revisions were added by this update.

Summary of changes:
 .../replication/ChainWALEmptyEntryFilter.java      | 62 ++++++++++++++++++++
 .../hbase/replication/ChainWALEntryFilter.java     | 13 ++++-
 .../TestReplicationWALEntryFilters.java            | 68 ++++++++++++++++++++++
 3 files changed, 141 insertions(+), 2 deletions(-)
 create mode 100644 hbase-server/src/main/java/org/apache/hadoop/hbase/replication/ChainWALEmptyEntryFilter.java