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

bharat pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git.


    from 54c4adf  HDDS-2936. Hive queries fail at readFully. (#507)
     add 322120c  HDDS-2944. Handle replay of KeyCommitRequest and 
DirectoryCreateRequest (#501)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/ozone/om/exceptions/OMException.java    |   4 +
 ...OzoneManagerProtocolClientSideTranslatorPB.java |  11 +-
 .../src/main/proto/OzoneManagerProtocol.proto      |   3 +
 .../om/request/file/OMDirectoryCreateRequest.java  | 128 +++++++++++++++------
 .../ozone/om/request/key/OMKeyCommitRequest.java   |  86 ++++++++++----
 .../ozone/om/request/key/OMKeyCreateRequest.java   |   4 +-
 .../response/file/OMDirectoryCreateResponse.java   |  24 ++--
 .../om/response/file/OMFileCreateResponse.java     |   5 +
 .../ozone/om/response/key/OMKeyCommitResponse.java |  45 ++++----
 .../request/file/TestOMDirectoryCreateRequest.java |   2 +-
 .../om/request/key/TestOMKeyCommitRequest.java     |  42 ++++++-
 .../file/TestOMDirectoryCreateResponse.java        |  37 +-----
 .../om/response/key/TestOMKeyCommitResponse.java   |  11 +-
 13 files changed, 257 insertions(+), 145 deletions(-)


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

Reply via email to