More info on this problem... With my latest update I modified the servlet that wasn't getting logged to use the memcache. Now, it only does its real work once every 10 minutes, and any calls in between it just sends the cached results. The calls where it only uses the cache are showing up in appstats. The calls that don't use the cache are missing.
The servlet in question does one special query to get the count of entities of a certain kind, and then 2 normal queries for entities. So it looks like it might have something to do with the special query? (querying __Stat_Kind__ and getting the count property) does that make appstats fail maybe? -- 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.
