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 2021/12/01 00:43:50 UTC

[hbase] branch branch-2 updated (799217e -> 774484e)

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 799217e  HBASE-26455 TestStochasticLoadBalancerRegionReplicaWithRacks fails consistently (#3879)
     add 774484e  HBASE-25905 Shutdown of WAL stuck at waitForSafePoint (#3898)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hbase/regionserver/wal/AsyncFSWAL.java  |  23 ++-
 .../hadoop/hbase/wal/AsyncFSWALProvider.java       |   4 +-
 .../regionserver/wal/TestAsyncFSWALRollStuck.java  | 205 +++++++++++++++++++++
 3 files changed, 229 insertions(+), 3 deletions(-)
 create mode 100644 hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestAsyncFSWALRollStuck.java