You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by du...@apache.org on 2023/03/23 21:51:10 UTC

[ozone] branch master updated (be6c20eb9b -> 89e6ee1ef3)

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

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


    from be6c20eb9b HDDS-8255. Remove unnecessary sleep at secure container startup (#4457)
     add 89e6ee1ef3 HDDS-8251. RocksIterator is not closed properly in snapshot (#4461)

No new revisions were added by this update.

Summary of changes:
 ...{CheckedRunnable.java => ClosableIterator.java} |  10 +-
 .../org/apache/hadoop/ozone/om/TestOmSnapshot.java |   8 ++
 .../hadoop/ozone/om/SnapshotChainManager.java      |  31 ++++---
 .../hadoop/ozone/om/snapshot/PersistentList.java   |   4 +-
 .../hadoop/ozone/om/snapshot/PersistentSet.java    |   4 +-
 .../ozone/om/snapshot/RocksDbPersistentList.java   |  15 ++-
 .../ozone/om/snapshot/RocksDbPersistentSet.java    |  11 ++-
 .../ozone/om/snapshot/SnapshotDiffManager.java     | 101 +++++++++++----------
 .../om/snapshot/TestRocksDbPersistentList.java     |  13 +--
 .../om/snapshot/TestRocksDbPersistentSet.java      |   9 +-
 10 files changed, 117 insertions(+), 89 deletions(-)
 copy hadoop-hdds/common/src/main/java/org/apache/hadoop/util/{CheckedRunnable.java => ClosableIterator.java} (80%)


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