Skip to content

When DatastoreImpl.runQuery() gets a 503 it does not retry #244

Closed
@simon-temple

Description

@simon-temple

I'm getting a "Could not reach service" DatastoreException when retrying would run the query successfully.

com.google.gcloud.datastore.DatastoreException: Could not reach service
    at com.google.gcloud.datastore.DatastoreException$Code.translate(DatastoreException.java:87)
    at com.google.gcloud.datastore.DatastoreException.translateAndThrow(DatastoreException.java:140)
    at com.google.gcloud.datastore.DatastoreException.translateAndThrow(DatastoreException.java:120)
    at com.google.gcloud.datastore.DatastoreImpl.runQuery(DatastoreImpl.java:113)
    at com.google.gcloud.datastore.QueryResultsImpl.sendRequest(QueryResultsImpl.java:66)
    at com.google.gcloud.datastore.QueryResultsImpl.(QueryResultsImpl.java:56)
    at com.google.gcloud.datastore.DatastoreImpl.run(DatastoreImpl.java:102)
    at com.google.gcloud.datastore.DatastoreImpl.run(DatastoreImpl.java:98)
...

Metadata

Metadata

Assignees

Labels

🚨This issue needs some love.triage meI really want to be triaged.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions