We recently removed `ABORTED` from the set of exceptions to be retried on `TRANSACTIONAL` `commit` (see #1230 for background). We could however add a retry-logic to [`runInTransaction`](https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/google-cloud-datastore/src/main/java/com/google/cloud/datastore/DatastoreHelper.java#L92).