| Issue 1: | Items disapearing |
1 of 2
Next ›
|
| 1 person starred this issue and may be notified of changes. | Back to list |
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. |
|
,
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 |
|
|
|