You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ad...@apache.org on 2023/04/20 17:31:09 UTC

[ozone] branch master updated (52db80f920 -> bee5454d7b)

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

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


    from 52db80f920 HDDS-8335. ReplicationManager: EC Mis and Under replication handlers should handle overloaded exceptions (#4593)
     add bee5454d7b HDDS-8445. Move PlacementPolicy back to SCM (#4588)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/hadoop/hdds/scm/PlacementPolicy.java | 11 ++++++-----
 .../apache/hadoop/hdds/scm/PlacementPolicyValidateProxy.java  |  0
 .../org/apache/hadoop/hdds/scm/SCMCommonPlacementPolicy.java  |  2 +-
 .../placement/algorithms/SCMContainerPlacementRandom.java     |  3 +--
 .../scm/container/replication/ECMisReplicationHandler.java    |  2 +-
 .../hdds/scm/container/replication/MisReplicationHandler.java |  4 ++--
 .../scm/container/replication/RatisMisReplicationHandler.java |  2 +-
 .../hadoop/hdds/scm/server/StorageContainerManager.java       |  5 ++---
 .../placement/algorithms/TestContainerPlacementFactory.java   |  2 +-
 .../container/replication/TestECMisReplicationHandler.java    |  4 +++-
 .../scm/container/replication/TestMisReplicationHandler.java  |  4 ++--
 .../hadoop/ozone/recon/fsck/TestContainerHealthTask.java      |  2 +-
 12 files changed, 21 insertions(+), 20 deletions(-)
 rename hadoop-hdds/{common => server-scm}/src/main/java/org/apache/hadoop/hdds/scm/PlacementPolicy.java (91%)
 rename hadoop-hdds/{common => server-scm}/src/main/java/org/apache/hadoop/hdds/scm/PlacementPolicyValidateProxy.java (100%)


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