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 2022/08/16 09:16:51 UTC

[ozone] branch master updated (f9bd49e043 -> 2554228edc)

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 f9bd49e043 HDDS-7102. Exclude unnecessary RangerClient dependencies (#3669)
     add 2554228edc HDDS-7033. Include committed space in log for disk out of space (#3636)

No new revisions were added by this update.

Summary of changes:
 .../common/volume/AvailableSpaceFilter.java        | 84 ++++++++++++++++++++++
 .../volume/CapacityVolumeChoosingPolicy.java       | 42 ++++++-----
 .../volume/RoundRobinVolumeChoosingPolicy.java     | 22 +++---
 .../{VolumeSet.java => VolumeChoosingUtil.java}    | 33 ++++++---
 .../volume/TestCapacityVolumeChoosingPolicy.java   | 21 +++---
 .../volume/TestRoundRobinVolumeChoosingPolicy.java | 33 ++++-----
 6 files changed, 165 insertions(+), 70 deletions(-)
 create mode 100644 hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/volume/AvailableSpaceFilter.java
 copy hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/volume/{VolumeSet.java => VolumeChoosingUtil.java} (50%)


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