Hello Satya, It's not a major problem, it just means that the stack trace data was bigger than 1 MB.
Appstats saves data to memcache, and memcache has a limit of 1MB for a value. If an appstats record is over 1 MB, it can't save it to memcache. Appstats is recording the issue in your logs to let you know. If you don't need the appstats recorder, I recommend you turn it off: https://developers.google.com/appengine/docs/java/tools/appstats ----------------- -Vinny P Technology & Media Advisor Chicago, IL My Go side project: http://invalidmail.com/ On Monday, May 13, 2013 3:27:20 PM UTC-5, Satyanarayana Govindachandra wrote: > > Hi Guys, > > I am getting this Warning > > com.google.appengine.tools.appstats.MemcacheWriter logMaybe: Stats data > was too big, all stack traces were removed. > > Any idea on this ,...will be helpfull. > > -- > Thank you > Satya > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
