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

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


 discard f637b1e  HDDS-6229. [Ozone-Streaming] Data Channel abstraction on 
datanode (#3023)
 discard aac9215  HDDS-6282. Fix BlockDataStreamOutput#doFlushIfNeeded NPE 
(#3060)
 discard 6ea2d98  HDDS-5487. [Ozone-Streaming] BlockDataStreamOutput support 
FlushDelay.  (#3002)
 discard 517fba7  HDDS-6298. Add XceiverServerRatis stream config (#3070)
 discard bc87050  HDDS-6138.[Ozone-Streaming] Define a limit on the size of the 
retry bufferList. (#2946)
 discard 0870644  HDDS-6281. Update ratis version to 2.3.0-94db58b-SNAPSHOT 
version (#3059)
 discard a70176b  HDDS-6178. [Ozone-Streaming] Fix NPE in HDDS-6139. (#2984)
 discard ca6cb3b  [Ozone-Streaming] HDDS-6139. Fix incorrect computation of 
totalAckDataLength. (#2978)
 discard fc6b037  HDDS-6130. [Ozone-Streaming]  When releaseBuffers will get 
“Couldn 't find the required future” (#2939)

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/HDDS-4454 (ce1d880)
            \
             O -- O -- O   (f637b1e)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../apache/hadoop/hdds/scm/OzoneClientConfig.java  |  33 +++--
 .../apache/hadoop/hdds/scm/XceiverClientRatis.java |   2 +-
 .../hdds/scm/storage/BlockDataStreamOutput.java    | 146 ++++++++-------------
 .../hdds/scm/storage/StreamCommitWatcher.java      |  28 ++++
 .../org/apache/hadoop/hdds/ratis/RatisHelper.java  |   7 +-
 .../keyvalue/impl/KeyValueStreamDataChannel.java   |  56 +++++++-
 .../keyvalue/impl/StreamDataChannelBase.java       |  97 --------------
 .../client/io/BlockDataStreamOutputEntry.java      |   2 +-
 .../dist/src/main/license/update-jar-report.sh     |   2 +-
 .../org/apache/hadoop/ozone/MiniOzoneCluster.java  |  12 +-
 .../apache/hadoop/ozone/MiniOzoneClusterImpl.java  |  11 +-
 .../client/rpc/TestBlockDataStreamOutput.java      |  34 ++---
 pom.xml                                            |   2 +-
 13 files changed, 177 insertions(+), 255 deletions(-)
 delete mode 100644 
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/impl/StreamDataChannelBase.java

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to