-
Bug
-
Resolution: Done
-
Major
-
None
-
None
I cannot configure the RESP server cache to be a simple cache. Any attempt will be met with
Caused by: java.lang.NullPointerException: Cannot invoke "org.infinispan.factories.impl.ComponentRef.running()" because the return value of "org.infinispan.factories.ComponentRegistry.getInternalEntryFactory()" is null at org.infinispan.multimap.impl.EmbeddedMultimapListCache.<init>(EmbeddedMultimapListCache.java:47) at org.infinispan.server.resp.Resp3Handler.setCache(Resp3Handler.java:50) at org.infinispan.server.resp.CacheRespRequestHandler.<init>(CacheRespRequestHandler.java:12)
Fixing this shouldn't be hard, however all the additional commands are starting to cause possible incompatibilities.
We may need to document which commands don't work with a simple cache or even document that simple cache doesn't work with RESP if it becomes too troublesome.
- depends on
-
ISPN-15094 Support simple cache for functional map
- Resolved