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
Yuta HIGUCHI
2014-10-28 22:27:49 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
71fa493b96ffd83b1c1b3c66476061569bc5ed3a
71fa493b
1 parent
56df70f9
Add TODO memo
Change-Id: I2ae516383b02516b8d36e1f23331f81b57569ac5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
core/store/dist/src/main/java/org/onlab/onos/store/intent/impl/DistributedIntentStore.java
core/store/dist/src/main/java/org/onlab/onos/store/intent/impl/DistributedIntentStore.java
View file @
71fa493
...
...
@@ -60,6 +60,9 @@ public class DistributedIntentStore
@Override
@Activate
public
void
activate
()
{
// FIXME: We need a way to add serializer for intents which has been plugged-in.
// TODO: As a short term workaround, relax Kryo config to
// registrationRequired=false?
super
.
activate
();
// TODO: enable near cache, allow read from backup for this IMap
...
...
Please
register
or
login
to post a comment