Skip to content

Commit

Permalink
HDDS-2207. Update Ratis to latest snapshot. Contributed by Shashikant…
Browse files Browse the repository at this point in the history
… Bannerjee. (#1550)
  • Loading branch information
bshashikant authored and mukul1987 committed Sep 30, 2019
1 parent b46d823 commit 98ca07e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ private RaftProperties newRaftProperties() {
conf.getObject(RatisServerConfiguration.class);
int numSnapshotsRetained =
ratisServerConfiguration.getNumSnapshotsRetained();
RaftServerConfigKeys.Snapshot.setSnapshotRetentionPolicy(properties,
RaftServerConfigKeys.Snapshot.setRetentionFileNum(properties,
numSnapshotsRetained);
return properties;
}
Expand Down
2 changes: 1 addition & 1 deletion hadoop-hdds/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<hdds.version>0.5.0-SNAPSHOT</hdds.version>

<!-- Apache Ratis version -->
<ratis.version>0.4.0</ratis.version>
<ratis.version>0.5.0-201fc85-SNAPSHOT</ratis.version>

<bouncycastle.version>1.60</bouncycastle.version>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-ozone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<properties>
<hdds.version>0.5.0-SNAPSHOT</hdds.version>
<ozone.version>0.5.0-SNAPSHOT</ozone.version>
<ratis.version>0.4.0</ratis.version>
<ratis.version>0.5.0-201fc85-SNAPSHOT</ratis.version>
<bouncycastle.version>1.60</bouncycastle.version>
<ozone.release>Crater Lake</ozone.release>
<declared.ozone.version>${ozone.version}</declared.ozone.version>
Expand Down

0 comments on commit 98ca07e

Please sign in to comment.