Last active
August 29, 2015 14:03
-
-
Save tucotuco/4b681fdfb0740355f0b2 to your computer and use it in GitHub Desktop.
App Engine Error Log deleting NMNH Mammals - VertNet indexer on AppEngine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2014-07-02 18:35:33.248 /index-delete-resource?resource=nmnh/nmnh-mammals&index_name=dwc&namespace=index-2014-03-12 200 29903ms 0kb Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36 module=default version=indexer | |
| 181.166.225.49 - gtuco.btuco [02/Jul/2014:14:35:33 -0700] "GET /index-delete-resource?resource=nmnh/nmnh-mammals&index_name=dwc&namespace=index-2014-03-12 HTTP/1.1" 200 220 - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36" "indexer.vertnet-portal.appspot.com" ms=29904 cpu_ms=47 cpm_usd=0.150025 app_engine_release=1.9.6 trace_id=0b919ff2c264c1300e9f5ee336ba219f instance=00c61b117c8e3f396df83f6cbbdf11e095208f | |
| I 2014-07-02 18:35:03.367 | |
| Deleting resource:<br>Namespace: index-2014-03-12<br>Index_name: dwc<br>Resource: nmnh/nmnh-mammals<br>Batch size: <br>Max delete: <br>Dry run: <br> | |
| I 2014-07-02 18:35:03.367 | |
| Query: resource:nmnh/nmnh-mammals namespace: index-2014-03-12 index: dwc | |
| E 2014-07-02 18:35:13.311 | |
| Search ERROR on query: resource:nmnh/nmnh-mammals limit: 200 namespace: index-2014-03-12 index: dwc error: Failed to complete request in 9980ms | |
| E 2014-07-02 18:35:13.311 | |
| Search ERROR on query: resource:nmnh/nmnh-mammals limit: 200 namespace: index-2014-03-12 index: dwc error: Failed to complete request in 9980ms | |
| Traceback (most recent call last): | |
| File "/base/data/home/apps/s~vertnet-portal/indexer.376971254282112064/indexer.py", line 204, in get | |
| docs = index.search(query) | |
| File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/datastore/datastore_rpc.py", line 103, in positional_wrapper | |
| return wrapped(*args, **kwds) | |
| File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/search/search.py", line 2798, in search | |
| _MakeSyncSearchServiceCall('Search', request, response, deadline) | |
| File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/search/search.py", line 2989, in _MakeSyncSearchServiceCall | |
| raise _ToSearchError(e) | |
| Timeout: Failed to complete request in 9980ms | |
| E 2014-07-02 18:35:23.265 | |
| Search ERROR on query: resource:nmnh/nmnh-mammals limit: 200 namespace: index-2014-03-12 index: dwc error: Failed to complete request in 9994ms | |
| E 2014-07-02 18:35:23.266 | |
| Search ERROR on query: resource:nmnh/nmnh-mammals limit: 200 namespace: index-2014-03-12 index: dwc error: Failed to complete request in 9994ms | |
| Traceback (most recent call last): | |
| File "/base/data/home/apps/s~vertnet-portal/indexer.376971254282112064/indexer.py", line 204, in get | |
| docs = index.search(query) | |
| File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/datastore/datastore_rpc.py", line 103, in positional_wrapper | |
| return wrapped(*args, **kwds) | |
| File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/search/search.py", line 2798, in search | |
| _MakeSyncSearchServiceCall('Search', request, response, deadline) | |
| File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/search/search.py", line 2989, in _MakeSyncSearchServiceCall | |
| raise _ToSearchError(e) | |
| Timeout: Failed to complete request in 9994ms | |
| E 2014-07-02 18:35:33.245 | |
| Search ERROR on query: resource:nmnh/nmnh-mammals limit: 200 namespace: index-2014-03-12 index: dwc error: Failed to complete request in 9982ms | |
| E 2014-07-02 18:35:33.245 | |
| Search ERROR on query: resource:nmnh/nmnh-mammals limit: 200 namespace: index-2014-03-12 index: dwc error: Failed to complete request in 9982ms | |
| Traceback (most recent call last): | |
| File "/base/data/home/apps/s~vertnet-portal/indexer.376971254282112064/indexer.py", line 204, in get | |
| docs = index.search(query) | |
| File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/datastore/datastore_rpc.py", line 103, in positional_wrapper | |
| return wrapped(*args, **kwds) | |
| File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/search/search.py", line 2798, in search | |
| _MakeSyncSearchServiceCall('Search', request, response, deadline) | |
| File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/search/search.py", line 2989, in _MakeSyncSearchServiceCall | |
| raise _ToSearchError(e) | |
| Timeout: Failed to complete request in 9982ms | |
| I 2014-07-02 18:35:33.246 | |
| Too many search errors. Aborting delete for resource nmnh/nmnh-mammals, index dwc, namespace index-2014-03-12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment