appstats analysis - continued

61 views
Skip to first unread message

Rajesh Gupta

unread,
Aug 12, 2015, 5:22:08 AM8/12/15
to google-a...@googlegroups.com, objectify...@googlegroups.com
We are continuing to do the analysis of our latency issues

I am doing appstats analysis of a simple program using GAE and Objectify. 

I am seeing two datastore_v3.get for ofy.load().

Please find attached the screenshot.

Please find the simple code used

public class App1SampleServlet extends HttpServlet {
  
public void doGet(HttpServletRequest req, HttpServletResponse resp)
throws IOException {
Car c = ofy().load().type(Car.class).id("123123").now();
resp.setContentType("text/plain");
resp.getWriter().println("Hello, world");
}

why are two datastore_v3.get() for one ofy.load()

Thanks
Rajesh
Accounting/Inventory/Orders on Google Cloud Platform and Mobile

Screenshot 2015-08-12 14.40.45.png

Nick (Cloud Platform Support)

unread,
Aug 12, 2015, 4:30:44 PM8/12/15
to Google App Engine, objectify...@googlegroups.com
Hi Rajesh,

Google Groups isn't the place to post specific technical issues, as this forum is meant more for general discussion of the platform and services. 

If you would like help with a technical issue, you should post to stackoverflow [1] or serverfault [2]. 

If you believe you've identified and can reproduce an issue with the platform itself (behaviour is different from documentation or error occurs during normal use), then you should proceed to open a public issue tracker [3] issue with enough detail to reproduce the issue on our side, or if possible, an attached app that can be used to directly observe the behaviour. 

Your issue report has a decent amount of information, and posting it to one of those other locations should give enough information for you to at least start to get some help.

If you would like to open a thread in this forum discussing the platform or services in more broad terms, starting a discussion that would be useful for other users to join in to, feel free to do so.

Have a great day!

Nick

unread,
Aug 13, 2015, 3:48:33 PM8/13/15
to Google App Engine
I find this a useful discussion others can join in.

Whether it's ofy, the datastore or appstats it could impact a large percentage of users.

I want to know the answer and stackoverflow isn't good for watching general knowledge, and let's be honest the issue tracker is where information goes when it wants to die in private, without its friends and family gathered around and tearful farewells.

Has anyone tried to replicate this with a separate harness to rule out the testing methodology?

Jeff Schnitzer

unread,
Aug 14, 2015, 3:46:37 PM8/14/15
to Google App Engine
I asked for more information on the objectify list and Rajesh said this:

"low-level API is giving the same appstats.  I guess, that is how datastore calls are.  I also noticed, the google is billing for one RPC only, which is good."

Jeff


--
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 google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/5e906b3e-8731-451c-ab28-56e333f4a67a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages