[infinispan-issues] [JBoss JIRA] (ISPN-3243) Inconsistent behaviour of operations HotRod.clear vs Memcached.flushAll wrt CacheStore
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Mon Jun 24 11:54:21 EDT 2013
[ https://issues.jboss.org/browse/ISPN-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreño reassigned ISPN-3243:
--------------------------------------
Assignee: Galder Zamarreño (was: Mircea Markus)
> Inconsistent behaviour of operations HotRod.clear vs Memcached.flushAll wrt CacheStore
> --------------------------------------------------------------------------------------
>
> Key: ISPN-3243
> URL: https://issues.jboss.org/browse/ISPN-3243
> Project: Infinispan
> Issue Type: Bug
> Components: Loaders and Stores
> Affects Versions: 5.2.6.Final, 5.3.0.Final
> Reporter: Michal Linhard
> Assignee: Galder Zamarreño
>
> Affecting 5.3.0-SNAPSHOT and 5.2.x branch
> When using hot rod client the clear() operation deletes all entries also in the cache store
> When using memcached client the flush_all operation deletes entries only in the memory
> hotrod behaviour:
> https://github.com/infinispan/infinispan/blob/5.3.x/server/hotrod/src/main/scala/org/infinispan/server/hotrod/Decoder10.scala#L183
> memcached behaviour:
> https://github.com/infinispan/infinispan/blob/5.3.x/server/memcached/src/main/scala/org/infinispan/server/memcached/MemcachedDecoder.scala#L354
> shouldn't they be consistent ?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list