commit | 71fa493b96ffd83b1c1b3c66476061569bc5ed3a | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@onlab.us> | Tue Oct 28 22:27:49 2014 -0700 |
committer | Yuta HIGUCHI <y-higuchi@onlab.us> | Tue Oct 28 22:27:49 2014 -0700 |
tree | 438069c78ef20809aa4f7f3a0f5b63682a1ff173 | |
parent | 56df70f9297a338b3a3af9f0ed626d96a81f091c [diff] |
Add TODO memo Change-Id: I2ae516383b02516b8d36e1f23331f81b57569ac5
diff --git a/core/store/dist/src/main/java/org/onlab/onos/store/intent/impl/DistributedIntentStore.java b/core/store/dist/src/main/java/org/onlab/onos/store/intent/impl/DistributedIntentStore.java index eb6feb1..366ae3e 100644 --- a/core/store/dist/src/main/java/org/onlab/onos/store/intent/impl/DistributedIntentStore.java +++ b/core/store/dist/src/main/java/org/onlab/onos/store/intent/impl/DistributedIntentStore.java
@@ -60,6 +60,9 @@ @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