Closed
Description
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)
...