Hi Chris,

Is this happening every time, or only occasionally? Some level of timeouts
are expected.

-Nick Johnson

On Tue, Oct 27, 2009 at 9:00 AM, Chris H <[email protected]> wrote:

>
> Hi,
> We are currently having issues connecting to our datastore. Is anyone
> else seeing this issue?
>
>  File "/base/python_lib/versions/1/google/appengine/ext/db/
> __init__.py", line 1579, in fetch
>    raw = raw_query.Get(limit, offset)
>  File "/base/python_lib/versions/1/google/appengine/api/
> datastore.py", line 1063, in Get
>    prefetch_count=limit)._Get(limit)
>  File "/base/python_lib/versions/1/google/appengine/api/
> datastore.py", line 1000, in _Run
>    raise _ToDatastoreError(err)
> Timeout
>
> We currently have around 300,000 entries in the database. The code
> does a plain .all() on the model. The error occurs when we attempt to
> fetch any number of results from the query.
>
> query = User.all()
> entries = query.fetch(9) # this triggers the error
>
> We are also unable to view any data using the data viewer on the
> dashboard.
>
> Any ideas?
> Chris Hannam
> >
>


-- 
Nick Johnson, Developer Programs Engineer, App Engine
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
368047

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
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