Memcache failing fetch about once every 5 or 6 seconds.

48 views
Skip to first unread message

Eurig Jones

unread,
Oct 21, 2011, 10:10:03 AM10/21/11
to Google App Engine
Also I experienced an seperate issue yesterday of which I had no
alternative but to implement an emergency patch.

I had a memcache fetching a boolean on each request. The fetch started
failing about 1 request every 6 seconds (I had load of about 6 req/sec
at the the time), so I had to do an emergency patch to remove the
memcache fetch.

This has never happened before, and GAE status was not reporting any
issues.

Has limits now been imposed on memcache?

Gerald Tan

unread,
Oct 21, 2011, 12:05:34 PM10/21/11
to google-a...@googlegroups.com
AFAIK there is no uptime guarantees on memcache, and I see memcache failures appearing from time to time.
Your app should probably be written to handle memcache exceptions gracefully.

Eurig Jones

unread,
Oct 22, 2011, 3:54:28 AM10/22/11
to Google App Engine
Something definitely changed a day or so ago. Memcache was
consistently failing 1 request per 5 or 6 seconds. My app accounts for
failures, but it's never done that before, suggesting that something
changed.

James Broberg

unread,
Oct 22, 2011, 8:15:23 PM10/22/11
to google-a...@googlegroups.com
Memcache performance for my app has gone down the tube. Gets and sets
that used to take 10-20ms are now taking seconds, making it
significantly slower than just going straight to the datastore:

http://code.google.com/p/googleappengine/issues/detail?id=6167

> --
> You received this message because you are subscribed to the Google Groups "Google App Engine" group.
> To post to this group, send email to google-a...@googlegroups.com.
> To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
>
>

Reply all
Reply to author
Forward
0 new messages