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 b46f961b59 HDDS-7255. Add metrics for container reports events (#3936)
add 006df10d67 HDDS-7101. EC: ReplicationManager - handle UNHEALTHY
replicas (#3962)
No new revisions were added by this update.
Summary of changes:
.../replication/ContainerCheckRequest.java | 6 +-
.../replication/ECContainerReplicaCount.java | 23 +++
.../container/replication/ReplicationManager.java | 4 +-
.../health/ClosedWithUnhealthyReplicasHandler.java | 127 ++++++++++++++
.../replication/TestECContainerReplicaCount.java | 32 ++++
.../TestClosedWithUnhealthyReplicasHandler.java | 194 +++++++++++++++++++++
.../health/TestECReplicationCheckHandler.java | 76 ++++++++
7 files changed, 459 insertions(+), 3 deletions(-)
create mode 100644
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/replication/health/ClosedWithUnhealthyReplicasHandler.java
create mode 100644
hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/container/replication/health/TestClosedWithUnhealthyReplicasHandler.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]