I'm seeing a weird issue with memcached right now (app: sovpad)
About 1/5 of memcache requests goes to a different memcached server,
so I'm getting problems with consistency (probably the same key maps
to two different values?).
When I'm requesting stats, I'm seeing two distinct stats:
That's "old" server:
{'hits': 15948553L, 'items': 297010L, 'bytes': 230207529L,
'oldest_item_age': 131185L, 'misses': 2694500L, 'byte_hits':
20397739314L}
That's a new one in about 1/5 of requests:
{'hits': 12005L, 'items': 13699L, 'bytes': 12456724L,
'oldest_item_age': 571L, 'misses': 18283L, 'byte_hits': 11945345L}
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
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.