I am as well.  Single put of simple record in database with less than
100 objects total.  Makes me very concerned about viability of
platform.

On Nov 26, 10:39 am, Fred <[EMAIL PROTECTED]> wrote:
> I seem to be getting unusual timeouts too...www.bigbikemap.com
>
> On Nov 26, 8:28 am, ksjun <[EMAIL PROTECTED]> wrote:
>
> > I am also. Just single put operation somtimes caused 'datastore
> > timeout: operation took too long.'
>
> > - my application id : lifography
>
> > My application doesn't exceed to any quota. (<1%)
>
> > One of this error was occured at  Nov 26,2008 AM 12:06 (PST).
>
> > --------
> >  File "/base/python_lib/versions/1/google/appengine/ext/db/
> > __init__.py", line 656, in put
> >    return datastore.Put(self._entity)
>
> >  File "/base/python_lib/versions/1/google/appengine/api/datastore.py",
> > line 162, in Put
> >    raise _ToDatastoreError(err)
>
> >  File "/base/python_lib/versions/1/google/appengine/api/datastore.py",
> > line 1636, in _ToDatastoreError
> >    raise errors[err.application_error](err.error_detail)
>
> > Timeout: datastore timeout: operation took too long.
> > -----
>
> > On 10월11일, 오후8시19분, gg <[EMAIL PROTECTED]> wrote:
>
> > > I am also seeing a lot of time spent in WAIT? Sometimes as much as 3/4
> > > of total CPU for any given set of calls! Has thedatastorelatency
> > > issue mentioned above been resolved?????
>
> > > Here is an example from a profile run:
>
> > >  ncalls  tottime  percall  cumtime  percall filename:lineno(function)
> > >        11    0.649    0.059    0.937    0.085
> > > {google3.apphosting.runtime._apphosting_runtime___python__apiproxy.Wait}
>
> > > On Oct 2, 2:33 pm, Sylvain <[EMAIL PROTECTED]> wrote:
>
> > > > How can we help for this ?
>
> > > > Each day, I've severalTimeout.
> > > > Do you still need more info about it (date,time, app_id,...) ?
>
> > > > Regards
>
> > > > On 30 sep, 18:57, johnP <[EMAIL PROTECTED]> wrote:
>
> > > > > For a while today, I started seeing errors in custom form validation.
> > > > > Requesting self.instance in ModelForm form resulted in ValueErrors.
> > > > > Now, it seems to have recovered a bit...
>
> > > > > On Sep 30, 9:43 am, Adam Loving <[EMAIL PROTECTED]> wrote:
>
> > > > > > I am seeing the datastoretimeouterror intermittently several times a
> > > > > > day (application = toyvirtualgifts) on a fairly simple putoperation.
> > > > > > Could this be caused by the rest of the request takingtoolong(like
> > > > > > if thetimeoutfor the entire request fires during the put)? It
> > > > > > doesn't seem like that would be the case here, but that's the only
> > > > > > explanation I can think of.
>
> > > > > >   File "/base/python_lib/versions/1/google/appengine/ext/db/
> > > > > > __init__.py", line 618, in put
> > > > > >     returndatastore.Put(self._entity)
> > > > > >   File "/base/python_lib/versions/1/google/appengine/api/
> > > > > >datastore.py", line 162, in Put
> > > > > >     raise _ToDatastoreError(err)
> > > > > >   File "/base/python_lib/versions/1/google/appengine/api/
> > > > > >datastore.py", line 1627, in _ToDatastoreError
> > > > > >     raise errors[err.application_error](err.error_detail)
> > > > > >Timeout
>
> > > > > > Thanks,
> > > > > > Adam
>
> > > > > > On Sep 28, 3:19 am, Ronald <[EMAIL PROTECTED]> wrote:
>
> > > > > > > Hi,
> > > > > > > I don't know how much work has been done on this front, but my 
> > > > > > > app is
> > > > > > > still cripple by this issue.
> > > > > > > Maybe the amount oftimeouterrors in the log has decrease a little,
> > > > > > > but so has the amount of happy users of my site =(
>
> > > > > > > /ronald
>
> > > > > > > On Sep 19, 9:45 pm, "Marzia Niccolai" <[EMAIL PROTECTED]> wrote:
>
> > > > > > > > Hi,
>
> > > > > > > > Our engineers are looking in to your reports.
>
> > > > > > > > If all of the people experiencing quota issues like this could 
> > > > > > > > email me
> > > > > > > > directly with your application id, as well as the approximate 
> > > > > > > > times these
> > > > > > > > errors were occurring, that would be helpful!
>
> > > > > > > > Thanks,
> > > > > > > > Marzia
>
> > > > > > > > On Fri, Sep 19, 2008 at 11:17 AM, Michael Bailey <[EMAIL 
> > > > > > > > PROTECTED]>wrote:
>
> > > > > > > > > I got the error below on a app that has almost zero traffic:
> > > > > > > > > see screenshot:
> > > > > > > > >http://imagebin.ca/img/3rlwzkBy.png
>
> > > > > > > > > Traceback (most recent call last):
> > > > > > > > >  File 
> > > > > > > > > "/base/python_lib/versions/1/google/appengine/ext/webapp/
> > > > > > > > > __init__.py", line 496, in __call__
> > > > > > > > >    handler.get(*groups)
> > > > > > > > >   File "/base/data/home/apps/*******/1.4/search.py", line 25, 
> > > > > > > > > in get
> > > > > > > > >    for kw in kws:
> > > > > > > > >   File "/base/python_lib/versions/1/google/appengine/ext/db/
> > > > > > > > > __init__.py", line 1257, in __iter__
> > > > > > > > >    return self.run()
> > > > > > > > >   File "/base/python_lib/versions/1/google/appengine/ext/db/
> > > > > > > > > __init__.py", line 1589, in run
> > > > > > > > >    query_run = self._proto_query.Run(*self._args, 
> > > > > > > > > **self._kwds)
> > > > > > > > >  File "/base/python_lib/versions/1/google/appengine/ext/gql/
> > > > > > > > > __init__.py", line 572, in Run
> > > > > > > > >    it = bind_results.Run()
> > > > > > > > >  File "/base/python_lib/versions/1/google/appengine/ext/gql/
> > > > > > > > > __init__.py", line 1211, in Run
> > > > > > > > >    results.append(bound_query.Run())
> > > > > > > > >   File "/base/python_lib/versions/1/google/appengine/api/
> > > > > > > > >datastore.py", line 860, in Run
> > > > > > > > >    return self._Run()
> > > > > > > > >   File "/base/python_lib/versions/1/google/appengine/api/
> > > > > > > > >datastore.py", line 879, in _Run
> > > > > > > > >    apiproxy_stub_map.MakeSyncCall('datastore_v3', 'RunQuery', 
> > > > > > > > > pb,
> > > > > > > > > result)
> > > > > > > > >   File "/base/python_lib/versions/1/google/appengine/api/
> > > > > > > > > apiproxy_stub_map.py", line 46, in MakeSyncCall
> > > > > > > > >    stub.MakeSyncCall(service, call, request, response)
> > > > > > > > >  File "/base/python_lib/versions/1/google/appengine/runtime/
> > > > > > > > > apiproxy.py", line 246, in MakeSyncCall
> > > > > > > > >    rpc.CheckSuccess()
> > > > > > > > >  File "/base/python_lib/versions/1/google/appengine/runtime/
> > > > > > > > > apiproxy.py", line 189, in CheckSuccess
> > > > > > > > >    raise self.exception
> > > > > > > > > OverQuotaError: The API call datastore_v3.RunQuery() required 
> > > > > > > > > more
> > > > > > > > > quota than is available.
>
> > > > > > > > > On Sep 10, 1:16 pm, Ronald <[EMAIL PROTECTED]> wrote:
> > > > > > > > > > Hi,
> > > > > > > > > > I'm seeing a number ofTimeouterrors on my log file:
>
> > > > > > > > > > Traceback (most recent call last):
> > > > > > > > > >   File 
> > > > > > > > > > "/base/python_lib/versions/1/google/appengine/ext/webapp/
> > > > > > > > > > __init__.py", line 496, in __call__
> > > > > > > > > >     handler.get(*groups)
> > > > > > > > > >   File "/base/data/home/apps/40tazo/2.29/index.py", line 
> > > > > > > > > > 46, in get
> > > > > > > > > >     moves = g.move(card,pickups)
> > > > > > > > > >   File "/base/data/home/apps/40tazo/2.29/game.py", line 
> > > > > > > > > > 231, in move
> > > > > > > > > >     self.save()
> > > > > > > > > >   File "/base/data/home/apps/40tazo/2.29/game.py", line 
> > > > > > > > > > 290, in save
> > > > > > > > > >     self.g.put()
> > > > > > > > > >   File "/base/python_lib/versions/1/google/appengine/ext/db/
> > > > > > > > > > __init__.py", line 618, in put
> > > > > > > > > >     returndatastore.Put(self._entity)
> > > > > > > > > >   File "/base/python_lib/versions/1/google/appengine/api/
> > > > > > > > > >datastore.py", line 162, in Put
> > > > > > > > > >     raise _ToDatastoreError(err)
> > > > > > > > > >   File "/base/python_lib/versions/1/google/appengine/api/
> > > > > > > > > >datastore.py", line 1627, in _ToDatastoreError
> > > > > > > > > >     raise errors[err.application_error](err.error_detail)
> > > > > > > > > >Timeout: datastoretimeout:operationtooktoolong.
>
> > > > > > > > > > In this thread:
> > > > > > > > >http://groups.google.com/group/google-appengine/browse_thread/thread/...,
> > > > > > > > > > someone describes a similar problem and Jeff Scudder reply 
> > > > > > > > > > that we
> > > > > > > > > > should spect some increase latency until Tuesday 9/2.
>
> > > > > > > > > > Is this increased latency still an issue?
> > > > > > > > > > If that's not the case, any suggestions about how to 
> > > > > > > > > > troubleshoot this
> > > > > > > > > > issue?
>
> > > > > > > > > > Greetings
> > > > > > > > > > Ronald
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to