You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by sz...@apache.org on 2021/07/28 12:41:49 UTC

[ozone] branch master updated (08e948b -> 59d6e95)

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

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


    from 08e948b  HDDS-5465. Delete redundant code when set、add and remove bucket acl (#2439)
     add 59d6e95  HDDS-5466. Refactor BlockOutputStream. (#2442)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hdds/scm/storage/BlockOutputStream.java |  72 ++++++------
 .../hdds/scm/storage/RatisBlockOutputStream.java   | 126 +++++++++++++++++++++
 .../storage/TestBlockOutputStreamCorrectness.java  |   2 +-
 .../ozone/client/io/BlockOutputStreamEntry.java    |   3 +-
 .../ozone/client/rpc/TestBlockOutputStream.java    |  13 ++-
 .../rpc/TestBlockOutputStreamFlushDelay.java       |  13 ++-
 .../rpc/TestBlockOutputStreamWithFailures.java     |  17 +--
 ...estBlockOutputStreamWithFailuresFlushDelay.java |  17 +--
 .../ozone/client/rpc/TestWatchForCommit.java       |   3 +-
 9 files changed, 196 insertions(+), 70 deletions(-)
 create mode 100644 hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/RatisBlockOutputStream.java

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