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 2022/01/28 05:37:06 UTC

[hbase] branch master updated (f6348d4 -> 621a1cd)

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

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


    from f6348d4  HBASE-26709 Ban the usage of junit 3 TestCase (#4065)
     add 621a1cd  HBASE-26679 Wait on the future returned by FanOutOneBlockAsyncDFSOutput.flush would stuck (#4039)

No new revisions were added by this update.

Summary of changes:
 .../io/asyncfs/FanOutOneBlockAsyncDFSOutput.java   |  19 +-
 .../TestFanOutOneBlockAsyncDFSOutputHang.java      | 249 +++++++++++++++++++++
 2 files changed, 266 insertions(+), 2 deletions(-)
 create mode 100644 hbase-asyncfs/src/test/java/org/apache/hadoop/hbase/io/asyncfs/TestFanOutOneBlockAsyncDFSOutputHang.java