[google-appengine] Re: Performance of new gcloud-java API

2016-05-19 Thread Ifen Shih
Hi, I'm also a Java developer and in Linux platform. I am using the gcloud-java for operating datastore and that is a really good library. However, the query/insert performance is not good even I don't count the connection time. >From my testing experience, the average time of inserting and quer

[google-appengine] Application name not set warning in logs

2016-05-19 Thread Santoshi Pandey
Hi there, Getting this warning log on every request to server: com.google.api.client.googleapis.services.AbstractGoogleClient : Application name is not set. Call Builder#setApplicationName Can anyone please tell me why this comes and how to get rid of this warning. Thanks -- You received th

[google-appengine] Re: GCP fails at setting up payment

2016-05-19 Thread 'Zeehad (Cloud Platform Support)' via Google App Engine
Hello Herman, Any questions related to your billing setup issue need to be submitted by filling out this form . The Billing support team can then suggest you the best possible solution / next steps for you. Cheers! On Wednesday

[google-appengine] Re: ImportError: No module named webapp2

2016-05-19 Thread 'Jon Parrott' via Google App Engine
Can you provide us with a simple reproducible case? a github repo or gist would be easiest. On Wednesday, May 18, 2016 at 1:33:13 PM UTC-7, Anand Atreya wrote: > > It looks like the protobuf pip package conflicts with webapp2. I > temporarily resolved the issue by uninstalling all google python

[google-appengine] Re: ImportError: No module named webapp2

2016-05-19 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Seconding Jon here - if you can upload a minimal reproducing example of your app along with some system information such as installed pip packages, the PYTHONPATH environment variable, printing sys.path in the code of your app, etc., it would massively aid in being able to determine the root cau

[google-appengine] Re: Performance of new gcloud-java API

2016-05-19 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Ifen, 2 to 2.8 seconds for a single entity put sounds like a serious outlier. Are you seeing that kind of timing for each put? Where is your code running - on your own computer, a Compute Engine instance, inside App Engine, a custom runtime in the Fl

[google-appengine] Datastore Writes being Disabled

2016-05-19 Thread Daniel Young
I've gone into the Datastore Console and it seems the writes are being disabled automatically (or a message is being displayed). I have not stopped write via Datastore Admin. Anyone else experiencing this before I post an issue? -- You received this message because you are subscribed to the

[google-appengine] Re: GCP fails at setting up payment

2016-05-19 Thread herman
On Thursday, 19 May 2016 19:00:04 UTC+2, Zeehad (Cloud Platform Support) wrote: > > Hello Herman, > > Any questions related to your billing setup issue need to be submitted by > filling out this form > . The > Billing support te

[google-appengine] Re: Performance of new gcloud-java API

2016-05-19 Thread Ifen Shih
Hi, Nick: We build up a server on AWS and try to insert/query datastore data. The entity is not large and only insert/query one entity. Please help to check the following entity (I used these data to test performance). Thank you for your prompt reply. *Name/ID* (String) name=9c3248df-4e02-447a-8b