This is an automated email from the ASF dual-hosted git repository.
swamirishi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
from b46e6b26860 HDDS-13150. Fixed SnapshotLimitCheck when failures occur.
(#8532)
add f62eb8a4660 HDDS-13160. Remove SnapshotDirectoryCleaningService and
refactor AbstractDeletingService (#8547)
No new revisions were added by this update.
Summary of changes:
.../hadoop/hdds/utils/BackgroundService.java | 10 +-
.../TestDirectoryDeletingServiceWithFSO.java | 4 +-
.../om/service}/TestRootedDDSWithFSO.java | 5 +-
.../om/snapshot/TestOzoneManagerHASnapshot.java | 4 +-
.../om/service/AbstractKeyDeletingService.java | 586 ++-------------------
.../ozone/om/service/DirectoryDeletingService.java | 266 ++++++++--
.../ozone/om/service/KeyDeletingService.java | 184 +++++--
.../ozone/om/service/SnapshotDeletingService.java | 25 +-
.../service/SnapshotDirectoryCleaningService.java | 484 -----------------
.../ozone/om/service/TestKeyDeletingService.java | 4 +-
10 files changed, 434 insertions(+), 1138 deletions(-)
rename hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/{fs/ozone
=> ozone/om/service}/TestDirectoryDeletingServiceWithFSO.java (99%)
rename hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/{fs/ozone
=> ozone/om/service}/TestRootedDDSWithFSO.java (97%)
delete mode 100644
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/service/SnapshotDirectoryCleaningService.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]