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 8d61861f48f HDDS-15860. Always rewrite live SSTs before snapshot
defrag ingestion (#10772)
add 2b830420d54 HDDS-15757. Streaming Write also commit PutBlock at the
time of closing (#10694)
No new revisions were added by this update.
Summary of changes:
.../container/common/impl/HddsDispatcher.java | 8 +-
.../common/interfaces/ContainerDispatcher.java | 6 +-
.../ozone/container/common/interfaces/Handler.java | 4 +-
.../server/ratis/ContainerStateMachine.java | 20 ++-
.../ozone/container/keyvalue/KeyValueHandler.java | 6 +-
.../keyvalue/impl/ChunkManagerDispatcher.java | 8 +-
.../keyvalue/impl/FilePerBlockStrategy.java | 8 +-
.../keyvalue/impl/KeyValueStreamDataChannel.java | 104 ++++++++++++++-
.../keyvalue/impl/StreamDataChannelBase.java | 16 +++
.../keyvalue/interfaces/ChunkManager.java | 5 +-
.../impl/TestKeyValueStreamDataChannel.java | 139 +++++++++++++--------
.../src/main/proto/DatanodeClientProtocol.proto | 2 +
12 files changed, 258 insertions(+), 68 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]