Re: Delete cached data, the memcached server response DELETED. but the data still exists

2013-01-05 Thread 马庆升
Hi Dormando: I tried version 1.4.15, and the problem replicated, then noticed the spring annotation @CacheEvict and @Transactional, I think the problem may caused by the two annotation's finish time. We annotate CacheEvict and Transactional on the same method, called method A, which was invoked

Re: Delete cached data, the memcached server response DELETED. but the data still exists

2013-01-04 Thread dormando
This sounds like a client issue. Can you try a different client with a test script, as well? On Fri, 4 Jan 2013, 马庆升 wrote: > Thanks for your reply. I will give it a try. I replicate the problem this > morning, with 2 distributed memcached server ,version 1.4.4, installed from > yum repo.  > M

Re: Delete cached data, the memcached server response DELETED. but the data still exists

2013-01-04 Thread 马庆升
Thanks for your reply. I will give it a try. I replicate the problem this morning, with 2 distributed memcached server ,version 1.4.4, installed from yum repo. Memcached client is spymemcached, version 2.8.4, configured with url = 192.168.1.128:11211 192.168.1.129:11211, to simulate the networ

Re: Delete cached data, the memcached server response DELETED. but the data still exists

2013-01-03 Thread dormando
On Thu, 3 Jan 2013, 马庆升 wrote: > Server : 10 distributed memcached server, version 1.4.13, installed on 10 > linux server with centos 6.3, no replication.Client  : spymemcached 2.8.4 > > Problem: >     I need to delete a cached data, with spymemcached client, I sent out the > delete request, and

Delete cached data, the memcached server response DELETED. but the data still exists

2013-01-03 Thread 马庆升
Server : 10 distributed memcached server, version 1.4.13, installed on 10 linux server with centos 6.3, no replication. Client : spymemcached 2.8.4 Problem: I need to delete a cached data, with spymemcached client, I sent out the delete request, and also received the DELETED response, but w

Delete cached data, the memcached server response DELETED. but the data still exists

2013-01-03 Thread 马庆升
Server : 10 distributed memcached server, version 1.4.13, installed on 10 linux server with centos 6.3, no replication. Client : spymemcached 2.8.4 Problem: I need to delete a cached data, with spymemcached client, I sent out the delete request, and also received the DELETED response, but w