Closed (fixed)
Project:
Memcache API and Integration
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2011 at 13:50 UTC
Updated:
18 Nov 2011 at 13:46 UTC
Jump to comment: Most recent file
Comments
Comment #1
pillarsdotnet commentedPatch/fix:
Comment #2
jghyde commentedPatch tested and appears to fix the problem on latest Drupal 7.3-dev
Comment #3
teddyboar commentedHad the same error message in the logs; tested the patch and it fixes the problem.
Comment #4
pillarsdotnet commentedUnfortunately, the patch in #1 is absolutely wrong.
Here is a corrected patch.
Comment #5
teddyboar commentedWell, patch in #4 was my first thought too at first sight (regarding the behavior in dmemcache_get_multi() for example). After a better look, patch #1 only removed the error message.
Comment #6
catchThanks! Committed and pushed.
Comment #8
jan.s commentedCommitted yes, but not included in 7.x-1.0-rc1 !
Comment #9
berdirIt's not supposed to.
7.x-1.0-rc1 is an old outdated version and is not supposed to be used. Use 7.x-0.2.
Comment #10
jan.s commentedVersion 7.x-0.2 does not include this patch.
Comment #11
jan.s commentedBerdir, 7.x-1.0-rc1 was released later than 7.x-0.2. Why do you think it is outdated?
Nevertheless, both releases do not include the patch. In addition the releases have been released months after reporting the bug and providing the patch. So I will reopen this ticket. Correct me, if I'm wrong.
Comment #12
jan.s commentedComment #13
catchI can't see this in the 7.x-1.x branch, but neither does the patch apply any more, so this will need a re-roll.
Comment #14
berdirI think this is also being dealt with in #1184678: Enhance failure tolerance.
Sorry about the confusion re the version number, I meant 1.0-beta4.
Comment #15
berdirThe linked issue has been commited, can anyone confirm that this is resolved?
Comment #16
damienmckennaYes, the 7.x-1.x-dev codebase does have the fix present.
Comment #17
catchComment #18
jan.s commentedThank you!
7.x-1.0-rc2 is working as expected.