[JBoss JIRA] Created: (ISPN-581) SKIP_CACHE_STORE is ignored by CacheLoaderInterceptor
by Sanne Grinovero (JIRA)
SKIP_CACHE_STORE is ignored by CacheLoaderInterceptor
-----------------------------------------------------
Key: ISPN-581
URL: https://jira.jboss.org/browse/ISPN-581
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Affects Versions: 4.1.0.CR2
Reporter: Sanne Grinovero
Assignee: Manik Surtani
Fix For: 4.1.0.CR3
As discussed on mailing list:
org.infinispan.context.Flag.SKIP_CACHE_STORE is not being considered by some methods in org.infinispan.interceptors.CacheLoaderInterceptor
This was verified by configuring a Key2StringMapper on a JdbcStringBasedCacheStore which supports only some of the types, and excluding the unsupported types using the Flag.SKIP_CACHE_STORE : in many cases this results in an exception for the unsupported type by the Key2StringMapper.
Unit test coming soon.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months