You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by wc...@apache.org on 2021/12/14 21:23:22 UTC

[hbase] branch master updated (0f94ab5 -> a36d41a)

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

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


    from 0f94ab5  HBASE-26572 Upgrade to log4j 2.16.0 (#3943)
     add a36d41a  HBASE-26556 IT and Chaos Monkey improvements (#3932)

No new revisions were added by this update.

Summary of changes:
 .../apache/hadoop/hbase/HBaseClusterManager.java   |   8 +-
 ...ConfigurableSlowDeterministicMonkeyFactory.java | 100 +++++++++++++++++++++
 .../hbase/chaos/factories/MonkeyFactory.java       |   2 +
 .../factories/SlowDeterministicMonkeyFactory.java  |  82 +++++++++--------
 4 files changed, 155 insertions(+), 37 deletions(-)
 create mode 100644 hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/factories/ConfigurableSlowDeterministicMonkeyFactory.java