This content has been marked as final.
Show 2 replies
-
1. Re: Partition handling in invalidation mode caches
rvansa Mar 31, 2016 4:25 AM (in response to godiedelrio)It's not implemented as nobody asked for that. Under partition, the safest thing to do with invalidation cache is to wipe it out, ignore any write operations and return nulls for all reads. If the partition handling worked as in dist/repl mode, writes would throw an exception (and some reads too) - I am not sure if Hibernate would handle such behaviour well, it would probably just fail all operations.
Nevertheless, it seems that it could be an useful feature. Please, fill a JIRA for partition handling support on invalidation caches.
-
2. Re: Partition handling in invalidation mode caches
godiedelrio Apr 5, 2016 1:59 PM (in response to rvansa)Thank you Radim, we've just created a JIRA around this issue. If you feel we should give more details let us know.