My favorites | Sign in
Project Logo
             
New issue | Search
for
| Advanced search | Search tips
Issue 1: Items disapearing
1 person starred this issue and may be notified of changes. Back to list
Status:  New
Owner:  ----
Type-Defect
Priority-Medium


Sign in to add a comment
 
Reported by eugene.bragin, May 02, 2008
What steps will reproduce the problem?
1. add 2 items to memcached:
key1 data1
key2 data2

2. add 2 tags:
tag_add tag1 key1
tag_add tag2 key2

3. delete both tags
tag_delete tag1
tag_delete tag2

4. add items again:
key1 data1
key2 data2

5. try to get 1st item:
get key1 - returns nothing.
As if like key1 was not added again.


Comment 1 by eugene.bragin, May 06, 2008
Might be usefull:
when running memcached+tags in debug mode, tag_delete fails:

memcached-debug: items.c:273: do_item_remove: Assertion `(it->it_flags & 4) == 0' 
failed.

P.S. str number might be wrong as I made alot of warnings in my local copy
Sign in to add a comment

Hosted by Google Code