You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by so...@apache.org on 2023/02/14 15:41:53 UTC

[ozone] branch master updated (22b6852d73 -> e1d4127322)

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

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


    from 22b6852d73 HDDS-7617. Remove flaky tag from TestECContainerRecovery
     add e1d4127322 HDDS-7847. Handle Replication of Unhealthy Replicas in RM (#4227)

No new revisions were added by this update.

Summary of changes:
 .../replication/ContainerHealthResult.java         |   9 +
 .../LegacyRatisContainerReplicaCount.java          |  11 +
 .../replication/RatisContainerReplicaCount.java    | 112 +++++--
 .../replication/RatisOverReplicationHandler.java   |  87 ++++--
 .../replication/RatisUnderReplicationHandler.java  |  68 +++--
 .../container/replication/ReplicationManager.java  |   4 +-
 .../health/RatisReplicationCheckHandler.java       |   2 +-
 .../RatisUnhealthyReplicationCheckHandler.java     | 196 ++++++++++++
 .../container/replication/ReplicationTestUtil.java |  28 ++
 .../TestRatisContainerReplicaCount.java            | 199 +++++++++++-
 .../TestRatisOverReplicationHandler.java           |  11 +-
 .../TestRatisUnderReplicationHandler.java          |  43 ++-
 .../replication/TestReplicationManager.java        | 122 ++++++++
 .../health/TestRatisReplicationCheckHandler.java   |  26 +-
 .../TestRatisUnhealthyReplicationCheckHandler.java | 334 +++++++++++++++++++++
 15 files changed, 1168 insertions(+), 84 deletions(-)
 create mode 100644 hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/replication/health/RatisUnhealthyReplicationCheckHandler.java
 create mode 100644 hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/container/replication/health/TestRatisUnhealthyReplicationCheckHandler.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org