Skip to content

Memory errors in EE throw 500 errors #3

@EnriqueCornejo

Description

@EnriqueCornejo

Some queries do not return from Earth Engine due to the service limits --only relatively simple queries are possible. Those that fail return a 500 error that is not too informative.

Example dataset:
{
"name": "EC-gee-test",
"tableName": "GLIMS/2016",
"connectorType": "rest",
"provider": "gee",
"application": ["rw"]
}

Example query:
GET :control_tower/v1/query/:dataset_id?sql=select sum(area), anlys_time from 'GLIMS/2016' group by anlys_time order by anlys_time asc limit 10

It returns:
"errors": [
{
"detail": "Generic Error",
"status": 500
}
]
}

and logs this error:

adapter-earth-engine-develop | [20180518-08:50AM] [root] [ERROR] [ROUTER]: The read operation timed out.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions