HDDS-1320. Update ozone to latest ratis snapshot build (0.4.0-1fc5ace-SNAPSHOT). Contributed by Mukul Kumar Singh.

(cherry picked from commit 90afc9ab03)
This commit is contained in:
Arpit Agarwal 2019-03-21 14:24:02 -07:00
parent 6c009a3d04
commit 8f422d7b5e
No known key found for this signature in database
GPG Key ID: E4B09E903FDF9E98
3 changed files with 4 additions and 3 deletions

View File

@ -494,7 +494,8 @@ public final class XceiverServerRatis extends XceiverServer {
RaftClientRequest.Type type) {
return new RaftClientRequest(clientId, server.getId(),
RaftGroupId.valueOf(PipelineID.getFromProtobuf(pipelineID).getId()),
nextCallId(), 0, Message.valueOf(request.toByteString()), type);
nextCallId(), Message.valueOf(request.toByteString()), type,
null);
}
private void handlePipelineFailure(RaftGroupId groupId,

View File

@ -46,7 +46,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<hdds.version>0.4.0-SNAPSHOT</hdds.version>
<!-- Apache Ratis version -->
<ratis.version>0.4.0-5680cf5-SNAPSHOT</ratis.version>
<ratis.version>0.4.0-1fc5ace-SNAPSHOT</ratis.version>
<bouncycastle.version>1.60</bouncycastle.version>

View File

@ -29,7 +29,7 @@
<hadoop.version>3.2.0</hadoop.version>
<hdds.version>0.4.0-SNAPSHOT</hdds.version>
<ozone.version>0.4.0-SNAPSHOT</ozone.version>
<ratis.version>0.4.0-5680cf5-SNAPSHOT</ratis.version>
<ratis.version>0.4.0-1fc5ace-SNAPSHOT</ratis.version>
<bouncycastle.version>1.60</bouncycastle.version>
<ozone.release>Badlands</ozone.release>
<declared.ozone.version>${ozone.version}</declared.ozone.version>