Showing
2 changed files
with
3 additions
and
3 deletions
| ... | @@ -321,7 +321,7 @@ public class DatabaseManager implements StorageService, StorageAdminService { | ... | @@ -321,7 +321,7 @@ public class DatabaseManager implements StorageService, StorageAdminService { |
| 321 | .withName(name) | 321 | .withName(name) |
| 322 | .withElectionTimeout(electionTimeoutMillis(replicas)) | 322 | .withElectionTimeout(electionTimeoutMillis(replicas)) |
| 323 | .withHeartbeatInterval(heartbeatTimeoutMillis(replicas)) | 323 | .withHeartbeatInterval(heartbeatTimeoutMillis(replicas)) |
| 324 | - .withConsistency(Consistency.DEFAULT) | 324 | + .withConsistency(Consistency.STRONG) |
| 325 | .withLog(log) | 325 | .withLog(log) |
| 326 | .withDefaultSerializer(new DatabaseSerializer()) | 326 | .withDefaultSerializer(new DatabaseSerializer()) |
| 327 | .withReplicas(replicas); | 327 | .withReplicas(replicas); |
| ... | @@ -496,4 +496,4 @@ public class DatabaseManager implements StorageService, StorageAdminService { | ... | @@ -496,4 +496,4 @@ public class DatabaseManager implements StorageService, StorageAdminService { |
| 496 | } | 496 | } |
| 497 | } | 497 | } |
| 498 | } | 498 | } |
| 499 | -} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 499 | +} | ... | ... |
| ... | @@ -71,7 +71,7 @@ | ... | @@ -71,7 +71,7 @@ |
| 71 | <properties> | 71 | <properties> |
| 72 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 72 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 73 | <netty4.version>4.0.23.Final</netty4.version> | 73 | <netty4.version>4.0.23.Final</netty4.version> |
| 74 | - <copycat.version>0.5.0.onos12-SNAPSHOT</copycat.version> | 74 | + <copycat.version>0.4.1.onos</copycat.version> |
| 75 | <openflowj.version>0.4.0.onos</openflowj.version> | 75 | <openflowj.version>0.4.0.onos</openflowj.version> |
| 76 | <karaf.version>3.0.3</karaf.version> | 76 | <karaf.version>3.0.3</karaf.version> |
| 77 | <jersey.version>1.19</jersey.version> | 77 | <jersey.version>1.19</jersey.version> | ... | ... |
-
Please register or login to post a comment