Running a load test on my GAE app, getting a truckload of
InternalError exceptions in datastore right now.

Pascal

On Aug 31, 4:19 pm, Joshua Smith <joshuaesm...@charter.net> wrote:
> I'm seeing a small number of data store errors.  Various places, but 
> generally like this:
>
> 08-31 01:17PM 16.120
> internal error.
> Traceback (most recent call last):
>   File 
> "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__i 
> nit__.py", line 513, in __call__
>     handler.post(*groups)
>   File "/base/data/home/apps/mesonstreaming/15.344456229893171448/main.py", 
> line 1384, in post
>     node = NodeModel.gql("WHERE name = :1", name).get()
>   File 
> "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init_ 
> _.py", line 1797, in get
>     results = self.fetch(1, rpc=rpc)
>   File 
> "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init_ 
> _.py", line 1849, in fetch
>     raw = raw_query.Get(limit, offset, rpc=rpc)
>   File 
> "/base/python_runtime/python_lib/versions/1/google/appengine/api/datastore. 
> py", line 1253, in Get
>     limit=limit, offset=offset, prefetch_count=limit, **kwargs)._Get(limit)
>   File 
> "/base/python_runtime/python_lib/versions/1/google/appengine/api/datastore. 
> py", line 1183, in _Run
>     raise _ToDatastoreError(err)
> InternalError: internal error.
>
> It's not a massive error spike yet, but y'all should investigate.  They seem 
> to be coming more frequently.
>
> -Joshua

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to