[infinispan-issues] [JBoss JIRA] (ISPN-3243) Inconsistent behaviour of operations HotRod.clear vs Memcached.flushAll wrt CacheStore

Michal Linhard (JIRA) jira-events at lists.jboss.org
Wed Jun 19 08:07:20 EDT 2013


Michal Linhard created ISPN-3243:
------------------------------------

             Summary: 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: Mircea Markus


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