My same question on SO: http://stackoverflow.com/questions/11893308/can-you-tweak-gaes-memcache-timeout Thanks
On Friday, 10 August 2012 11:06:53 UTC+12, Emanuele Ziglioli wrote: > > Hi, > > this morning we're experiencing repetitive memcache errors. I see a > "LogAndContinueErrorHandler" so requests don't fail but they take an awful > amount of time to be fullfilled. > Is there any way to force a maximum response time for memcache (something > like 50ms?). > I will profile it using appstat > > > com.google.appengine.api.memcache.LogAndContinueErrorHandler > handleServiceError: Service error in memcache > com.google.appengine.api.memcache.MemcacheServiceException: Memcache > getIdentifiables: exception getting multiple keys > at > com.google.appengine.api.memcache.MemcacheServiceApiHelper$RpcResponseHandler.handleApiProxyException(MemcacheServiceApiHelper.java:76) > at > com.google.appengine.api.memcache.MemcacheServiceApiHelper$1.absorbParentException(MemcacheServiceApiHelper.java:120) > at > com.google.appengine.api.utils.FutureWrapper.handleParentException(FutureWrapper.java:53) > at > com.google.appengine.api.utils.FutureWrapper.get(FutureWrapper.java:92) > at > com.google.appengine.api.memcache.MemcacheServiceImpl.quietGet(MemcacheServiceImpl.java:28) > at > com.google.appengine.api.memcache.MemcacheServiceImpl.getIdentifiables(MemcacheServiceImpl.java:61) > at > com.googlecode.objectify.cache.EntityMemcache.getAll(EntityMemcache.java:215) > at > com.googlecode.objectify.cache.CachingAsyncDatastoreService.get(CachingAsyncDatastoreService.java:253) > at > com.googlecode.objectify.cache.CachingAsyncDatastoreService.get(CachingAsyncDatastoreService.java:216) > at > com.googlecode.objectify.cache.CachingDatastoreService.get(CachingDatastoreService.java:137) > at siena.gae.GaePersistenceManager.get(GaePersistenceManager.java:2146) > at siena.core.batch.BaseBatch.get(BaseBatch.java:60) > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/yvLiqM4uegIJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
