Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Madan Jampani
2015-07-07 16:23:20 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e9b781a3a6f2cb7d2c01eb5423203f0ee0fdc36a
e9b781a3
1 parent
6325dad6
Revert commit-ids
458fb898
&&
f840886b
Change-Id: Id298f8e5dc0a3acee0ac9a82368ab4c2d2648528
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
core/store/dist/src/main/java/org/onosproject/store/consistent/impl/DatabaseManager.java
pom.xml
core/store/dist/src/main/java/org/onosproject/store/consistent/impl/DatabaseManager.java
View file @
e9b781a
...
...
@@ -321,7 +321,7 @@ public class DatabaseManager implements StorageService, StorageAdminService {
.
withName
(
name
)
.
withElectionTimeout
(
electionTimeoutMillis
(
replicas
))
.
withHeartbeatInterval
(
heartbeatTimeoutMillis
(
replicas
))
.
withConsistency
(
Consistency
.
DEFAULT
)
.
withConsistency
(
Consistency
.
STRONG
)
.
withLog
(
log
)
.
withDefaultSerializer
(
new
DatabaseSerializer
())
.
withReplicas
(
replicas
);
...
...
@@ -496,4 +496,4 @@ public class DatabaseManager implements StorageService, StorageAdminService {
}
}
}
}
\ No newline at end of file
}
...
...
pom.xml
View file @
e9b781a
...
...
@@ -71,7 +71,7 @@
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<netty4.version>
4.0.23.Final
</netty4.version>
<copycat.version>
0.
5.0.onos12-SNAPSHOT
</copycat.version>
<copycat.version>
0.
4.1.onos
</copycat.version>
<openflowj.version>
0.4.0.onos
</openflowj.version>
<karaf.version>
3.0.3
</karaf.version>
<jersey.version>
1.19
</jersey.version>
...
...
Please
register
or
login
to post a comment