ukris / typhoonae

Automatically exported from code.google.com/p/typhoonae
0 stars 0 forks source link

No memcached process causes fail #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. End the memcached app ("stop memcached" in supervisor).
2. Load a page that uses memcache.

What is the expected output? What do you see instead?
The following is a quote from Google:
"Calls to the memcache API will *not* throw exceptions but will instead 
return false for set() calls and None for get() calls (just like any other 
cache miss.)".
This does not occur, instead an UnknownReadFailure exception occurs when 
attempting a get(). (haven't looked into writes, but I expect it to be 
similar).

What version of the product are you using? On what operating system?
Latest Typhoon, Ubuntu 9.10.

Original issue reported on code.google.com by Noah.Mci...@gmail.com on 28 Feb 2010 at 1:45

GoogleCodeExporter commented 9 years ago

Original comment by tobias.r...@gmail.com on 28 Feb 2010 at 1:56