Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors from memcached_gets and memcached_cas: SUCCESS #92

Open
andreif opened this issue Jul 11, 2012 · 0 comments
Open

Errors from memcached_gets and memcached_cas: SUCCESS #92

andreif opened this issue Jul 11, 2012 · 0 comments

Comments

@andreif
Copy link
Contributor

andreif commented Jul 11, 2012

Hi,

Could you advice me where to look for source of the following errors, which happen sometimes when I have relatively high request rate

self.cache_version = memcached.gets(self.cache_key)[1]
#=> NotFound: error 16 from memcached_gets: SUCCESS
self._saved = memcached.cas(self.cache_key, self, self.cache_version, CART_CACHE_LIFETIME) 
#=> MemcachedError: error 21 from memcached_cas(catalog_cart_213): SUCCESS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant