You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2021/03/29 19:18:48 UTC

[hbase] branch branch-2 updated (84eb022 -> fa8b965)

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

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


    from 84eb022  HBASE-25695 Link to the filter on hbase:meta from user tables panel on master page (#3092)
     add fa8b965  HBASE-25692 Always try to close the WAL reader when we catch any exception (#3090)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hadoop/hbase/wal/WALFactory.java    |  58 ++++-----
 .../apache/hadoop/hbase/wal/FileSystemProxy.java   | 105 +++++++++++++++++
 .../apache/hadoop/hbase/wal/TestWALFactory.java    | 129 +++++++++++++++++++++
 3 files changed, 266 insertions(+), 26 deletions(-)
 create mode 100644 hbase-server/src/test/java/org/apache/hadoop/hbase/wal/FileSystemProxy.java