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 2023/02/02 17:44:41 UTC

[ozone] branch master updated (22f38d6f0c -> a352ab9fcd)

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 22f38d6f0c HDDS-5626. Mark parts of TestAddRemoveOzoneManager, TestBlockOutputStreamFlushDelay and TestFailureHandlingByClient as flaky (#4240)
     add a352ab9fcd HDDS-7688. Ozone Manager change to support HSync. (#4211)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hdds/scm/storage/BlockOutputStream.java | 51 ++++++++----------
 .../hdds/scm/storage/RatisBlockOutputStream.java   |  3 ++
 .../client/io/BlockOutputStreamEntryPool.java      | 23 +++++++-
 .../hadoop/ozone/client/io/KeyOutputStream.java    |  9 ++--
 .../org/apache/hadoop/ozone/audit/OMAction.java    |  1 +
 .../ozone/om/protocol/OzoneManagerProtocol.java    | 14 +++++
 ...OzoneManagerProtocolClientSideTranslatorPB.java | 13 +++++
 .../java/org/apache/hadoop/fs/ozone/TestHSync.java | 61 ++++++++++++++++++++++
 .../src/test/resources/contract/ozone.xml          |  6 +--
 .../src/main/proto/OmClientProtocol.proto          |  1 +
 .../ozone/om/request/key/OMKeyCommitRequest.java   | 34 +++++++-----
 .../om/request/key/OMKeyCommitRequestWithFSO.java  | 34 ++++++++----
 .../ozone/om/response/key/OMKeyCommitResponse.java | 16 ++++--
 .../response/key/OMKeyCommitResponseWithFSO.java   | 14 +++--
 .../om/response/key/TestOMKeyCommitResponse.java   |  9 ++--
 .../key/TestOMKeyCommitResponseWithFSO.java        |  5 +-
 .../fs/ozone/CapableOzoneFSOutputStream.java       |  3 +-
 17 files changed, 219 insertions(+), 78 deletions(-)


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