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.
from ce1d880 HDDS-6039. Define a minimum packet size during streaming
writes. (#2883)
new fc6b037 HDDS-6130. [Ozone-Streaming] When releaseBuffers will get
“Couldn 't find the required future” (#2939)
new ca6cb3b [Ozone-Streaming] HDDS-6139. Fix incorrect computation of
totalAckDataLength. (#2978)
new a70176b HDDS-6178. [Ozone-Streaming] Fix NPE in HDDS-6139. (#2984)
new 0870644 HDDS-6281. Update ratis version to 2.3.0-94db58b-SNAPSHOT
version (#3059)
new bc87050 HDDS-6138.[Ozone-Streaming] Define a limit on the size of the
retry bufferList. (#2946)
new 517fba7 HDDS-6298. Add XceiverServerRatis stream config (#3070)
new 6ea2d98 HDDS-5487. [Ozone-Streaming] BlockDataStreamOutput support
FlushDelay. (#3002)
new aac9215 HDDS-6282. Fix BlockDataStreamOutput#doFlushIfNeeded NPE
(#3060)
new f637b1e HDDS-6229. [Ozone-Streaming] Data Channel abstraction on
datanode (#3023)
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
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 +-------
...DataChannel.java => StreamDataChannelBase.java} | 39 +++---
.../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, 181 insertions(+), 193 deletions(-)
copy
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/impl/{KeyValueStreamDataChannel.java
=> StreamDataChannelBase.java} (77%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]