This is an automated email from the ASF dual-hosted git repository.
xyao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git.
from 9381dd0 HDDS-2637. Handle LeaderNot ready exception in OzoneManager
StateMachine and upgrade ratis to latest version. (#276)
add 2fb8747 HDDS-2386. Implement incremental ChunkBuffer. (#205)
No new revisions were added by this update.
Summary of changes:
.../hadoop/hdds/scm/storage/BlockOutputStream.java | 3 +-
.../apache/hadoop/hdds/scm/storage/BufferPool.java | 4 +-
.../apache/hadoop/ozone/common/ChunkBuffer.java | 49 +++-
.../common/ChunkBufferImplWithByteBuffer.java | 10 +-
.../ozone/common/IncrementalChunkBuffer.java | 267 +++++++++++++++++++++
.../hadoop/ozone/common/TestChunkBuffer.java | 18 ++
.../hadoop/ozone/client/rpc/TestCommitWatcher.java | 4 +-
7 files changed, 341 insertions(+), 14 deletions(-)
create mode 100644
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/common/IncrementalChunkBuffer.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]