Joshua, See: http://groups.google.com/group/google-appengine-python/browse_thread/thread/6f251a0efacc1f62 and http://groups.google.com/group/google-appengine-java/browse_thread/thread/fe334c9e461026fa
On 02/12/2009, Joshua Smith <[email protected]> wrote: > > *Please* tell me that you are not going to repeat past mistakes and release > the SDK into the servers *before* releasing it in the development platform. > > You need to give the update to developers first, so we can check for you > breaking things that you did not anticipate. > > -Joshua > > > On Dec 2, 2009, at 4:17 PM, Ikai L (Google) wrote: > Hi Michael, > > When did this start happening? We're currently doing a phased rollout to > support the upcoming SDK release, so there may be some inconsistent behavior > while this is happening to your instance. Can you do us a favor and track > this behavior? It should not last long. > > On Wed, Dec 2, 2009 at 1:08 PM, Michael <[email protected]> wrote: > > 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. > > > > > > > > > -- > Ikai Lan > Developer Programs Engineer, Google App Engine > > > > -- 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. > > > > > > -- 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. > -- Barry - www.nearby.org.uk - www.geograph.org.uk - -- 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.
