Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
2.7
-
None
-
None
Description
If default region in cluster is persistent, then creating a LOCAL cache on client will fail with:
org.apache.ignite.internal.pagemem.impl.PageMemoryNoStoreImpl cannot be cast to org.apache.ignite.internal.processors.cache.persistence.pagemem.PageMemoryEx
This is unless there is a second non-persistent data region, and cache is created in this non-persistent region.
I think this case calls for a check and helpful error message.
Attachments
Issue Links
- is duplicated by
-
IGNITE-11677 LOCAL cache on client node can't be created if persistence enabled
- Resolved
- is related to
-
IGNITE-5134 Explicit cast to PageMemoryNoStoreImpl in IgniteCacheDatabaseSharedManager
- Resolved
- relates to
-
IGNITE-7731 ClassCastException at restarted node if killed during checkpoint
- Open
-
IGNITE-15759 [IEP-80] Removal of LOCAL caches support
- Resolved
- links to