You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ri...@apache.org on 2022/10/28 18:11:50 UTC

[ozone] branch master updated (c187a8ff65 -> 3294d28cc9)

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

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


    from c187a8ff65 HDDS-7384. EC: ReplicationManager - implement deleting container handler (#3881)
     add 3294d28cc9 HDDS-7231. Integrate the GetKeyInfo API to key read flows (#3800)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hdds/scm/storage/BlockInputStream.java  |  45 +-
 .../hadoop/hdds/scm/storage/ChunkInputStream.java  |  19 +-
 .../hdds/scm/storage/TestBlockInputStream.java     | 133 ++--
 .../apache/hadoop/ozone/OzoneManagerVersion.java   |   2 +
 .../apache/hadoop/ozone/client/rpc/RpcClient.java  | 121 ++--
 .../hadoop/ozone/client/MockOmTransport.java       |  14 +
 .../ozone/om/protocol/OzoneManagerProtocol.java    |   2 +
 .../ozone/client/rpc/read/TestKeyInputStream.java  |   4 +-
 .../ozone/om/TestOmContainerLocationCache.java     | 674 +++++++++++++++++++++
 9 files changed, 845 insertions(+), 169 deletions(-)
 create mode 100644 hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOmContainerLocationCache.java


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