Closed (duplicate)
Project:
Memcache API and Integration
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2010 at 19:30 UTC
Updated:
15 Nov 2010 at 20:02 UTC
Jump to comment: Most recent
Comments
Comment #1
bleen commentedI was tlaking with carlos8f on IRC about this and he believes that the issue has to do with me putting everything in one 'default' bin. However, I thought that this was the whole purpose of getting wildcards to work with memcache ... so you dont need many bins.
Anyway, in case this helps:

Comment #2
bleen commentedI have performed two different experimentsto see if I could get rid of this error... both failed:
EXPERIMENT I
- Removed extra memcache server from my settings.php ... with this setup there was one and only one memcache server:
EXPERIMENT II
- For this I added back a separate bin for forms even though I am using a version of DEV that supports wildcards:
Still no solutions though ... any advise/help/thoughts/jokes/Jack Daniels would be welcome...
Comment #3
bleen commentedI have confirmed that this problems is reproducible if you open a form with a imagefield in it, and run cron.php while the form is open. Then try to upload the image.
so far #959200: Add ability to exclude bins (tables) from memcache is solving my issue ... leads me to believe that #966114: cache_clear_all ignores cache "expire" attribute is exactly correct
Comment #4
bleen commentedI'm closing this (as duplicate) in favor of #966114: cache_clear_all ignores cache "expire" attribute
Comment #5
bleen commentedfixing title for searching purposes...