This is an automated email from the ASF dual-hosted git repository. bharat pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git.
from aea6c37 HDDS-2292. Create Ozone specific README.md to the new hadoop-ozone re… (#55) add e3e6dc5 HDDS-2322. DoubleBuffer flush termination and OM shutdown's after that. Make entry returned from cache a new copy. (#89) No new revisions were added by this update. Summary of changes: .../hadoop/ozone/om/codec/OmKeyInfoCodec.java | 2 +- .../ozone/om/codec/OmMultipartKeyInfoCodec.java | 2 +- .../hadoop/ozone/om/codec/OmPrefixInfoCodec.java | 2 +- .../hadoop/ozone/om/helpers/OmBucketInfo.java | 19 +++-- .../apache/hadoop/ozone/om/helpers/OmKeyInfo.java | 53 +++++++++++++- .../ozone/om/helpers/OmMultipartKeyInfo.java | 7 ++ .../hadoop/ozone/om/helpers/OmPrefixInfo.java | 18 +++++ .../hadoop/ozone/om/helpers/TestOmKeyInfo.java | 83 ++++++++++++++++++++++ .../TestOmMultipartKeyInfo.java} | 54 +++++++------- .../{TestOmKeyInfo.java => TestOmPrefixInfo.java} | 54 +++++++------- 10 files changed, 230 insertions(+), 64 deletions(-) copy hadoop-ozone/common/src/test/java/org/apache/hadoop/ozone/om/{codec/TestOmMultipartKeyInfoCodec.java => helpers/TestOmMultipartKeyInfo.java} (50%) copy hadoop-ozone/common/src/test/java/org/apache/hadoop/ozone/om/helpers/{TestOmKeyInfo.java => TestOmPrefixInfo.java} (50%) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-commits-h...@hadoop.apache.org