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 08:19:35 UTC

[hbase] branch branch-2 updated (6276700 -> 4bdc052)

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

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


    from 6276700  HBASE-26719 Remove 'patch' file added as part of commit for HBASE-25973
     add 4bdc052  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