[google-appengine] Datastore is now slower than before last week's maintenance

2010-07-13 Thread takeru sasaki
Hello, I feel Datastore is now slower than before last week's maintenance. Does anyone feel like same? In my dashboard, Milliseconds/Request is now 800+ms. But it was about 400ms before the maintenance. I want to back faster by this week's maintenance. But someone said it will not back, in

Re: [google-appengine] Re: Datastore is now slower than before last week's maintenance

2010-07-13 Thread takeru sasaki
that Datastore performance will be impacted and applications will see higher read/ write latencies. -mike On Jul 13, 6:45 am, takeru sasaki sasaki.tak...@gmail.com wrote: Hello, I feel Datastore is now slower than before last week's maintenance. Does anyone feel like same? In my dashboard

Re: [google-appengine] I can't delete the non-default version

2010-06-29 Thread takeru sasaki
me too. I think invisible version was created, while VERY UPDATE SLOW period. takeru 2010/6/30 manxisuo manxi...@gmail.com My app has 3 versions, and Version 3 is the default. When I try to delete Version 1, I was always told Server Error A server error has occurred. Even after several

[google-appengine] Version not ready : Updating is VERY SLOW

2010-06-28 Thread takeru sasaki
Hi, Updating app is VERY SLOW now. Anyone see same? I see java.lang.RuntimeException: Version not ready. forever... But I can see new version in Versions page in admin console. Can I use this version in safe? 2010/06/28 20:10:45 com.google.appengine.tools.admin.AppVersionUpload commit

[google-appengine] We may lost commited-entities by datastore outage, or NOT

2010-05-26 Thread takeru sasaki
I may lost some commited-entities while datastore outage. My app logged operations of entiry to other entity (other entity group). By these logs, from : Tue May 25 19:15:16 UTC 2010 to:Tue May 25 20:02:29 UTC 2010 about 20% of entities are not exists now. They should be exists now and

Re: [appengine-java] Appstats make request to API call memcache.Set() was too large

2010-05-20 Thread takeru sasaki
I see same problem. I cant use appstats with my app. Can I configure to reduce appstats-data of each RPC call? Uncaught exception from servlet com/google/net/rpc/RpcStub.java:1025:in `runInContext': com.google.apphosting.api.ApiProxy$RequestTooLargeException: The request to API call

Re: [google-appengine] Re: Entities stuck as read-only after scheduled maintenance

2010-04-30 Thread takeru sasaki
Problem is fixed for me. Thank you. 2010/4/30 Ikai L (Google) ika...@google.com: Hey everybody, We've fixed all entities that were locked in this state. Can you guys let us know if further issues persist? On Wed, Apr 28, 2010 at 11:16 PM, stephane stephane.philipa...@gmail.com wrote:

Re: [google-appengine] Re: Entities stuck as read-only after scheduled maintenance

2010-04-29 Thread takeru sasaki
I have readonly-entities, too. Commit is timeout for them. When are they fixed? 2010/4/29 jay kyburz@gmail.com: The status board shows all clear but I am still getting these errors. Are you still working to resolve this issue? On Apr 29, 11:24 am, Ikai L (Google) ika...@google.com

[appengine-java] Query returns more than limit

2010-04-21 Thread takeru sasaki
Hello, I have seen problem with Java, like this: - Fixed a datastore issue where an error was thrown when setting a query offset to more than the number of results throws an error. http://code.google.com/p/googleappengine/issues/detail?id=2875 I send this query:

[appengine-java] ApiProxy$ApplicationException

2010-04-12 Thread takeru sasaki
Hello, I see many strange errors. (1) ApiProxy$ApplicationException: ApplicationError: 2: too much contention on these datastore entities. please try again. It should be converted to ConcurrentModificationException. (2) ApiProxy$ApplicationException: ApplicationError: 5: Unknown I set deadline(

[appengine-java] HardDeadlineExceededError with JRuby. Runtime changed??

2010-02-08 Thread takeru sasaki
Hi! May be GAE Runtime is updated to 1.3.1. In my JRuby app, spin up time was longer than before update. I see many HardDeadlineExceededError. Whats happen?? takeru -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this

[appengine-java] CPU Quota Service is working?

2010-01-26 Thread takeru sasaki
Hi, I tried quota service. http://code.google.com/intl/ja/appengine/docs/java/javadoc/com/google/appengine/api/quota/QuotaService.html CODE(jruby): def current_quotas qs = com.google.appengine.api.quota.QuotaServiceFactory.getQuotaService cpu_cycles = qs.getCpuTimeInMegaCycles cpu_sec