Add TODO memo
Change-Id: I2ae516383b02516b8d36e1f23331f81b57569ac5
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -60,6 +60,9 @@ public class DistributedIntentStore | ... | @@ -60,6 +60,9 @@ public class DistributedIntentStore |
60 | @Override | 60 | @Override |
61 | @Activate | 61 | @Activate |
62 | public void activate() { | 62 | public void activate() { |
63 | + // FIXME: We need a way to add serializer for intents which has been plugged-in. | ||
64 | + // TODO: As a short term workaround, relax Kryo config to | ||
65 | + // registrationRequired=false? | ||
63 | super.activate(); | 66 | super.activate(); |
64 | 67 | ||
65 | // TODO: enable near cache, allow read from backup for this IMap | 68 | // TODO: enable near cache, allow read from backup for this IMap | ... | ... |
-
Please register or login to post a comment