.<stdout>: [UNDEFINED]
too much contention on these datastore entities. please try again.
com.google.cloud.datastore.DatastoreException: too much contention on these datastore entities. please try again.
at com.google.cloud.datastore.spi.v1.HttpDatastoreRpc.translate(HttpDatastoreRpc.java:128)
at com.google.cloud.datastore.spi.v1.HttpDatastoreRpc.commit(HttpDatastoreRpc.java:154)
at com.google.cloud.datastore.DatastoreImpl$4.call(DatastoreImpl.java:496)
at com.google.cloud.datastore.DatastoreImpl$4.call(DatastoreImpl.java:493)
at com.google.api.gax.retrying.DirectRetryingExecutor.submit(DirectRetryingExecutor.java:105)
at com.google.cloud.RetryHelper.run(RetryHelper.java:76)
at com.google.cloud.RetryHelper.runWithRetries(RetryHelper.java:50)
at com.google.cloud.datastore.DatastoreImpl.commit(DatastoreImpl.java:492)
at com.google.cloud.datastore.TransactionImpl.commit(TransactionImpl.java:108)
at it.sinesy.wag.google.beans.server.GoogleDatastoreBean.insertUpdateRecord(GoogleDatastoreBean.java:2898)
.....
.....
Caused by: com.google.datastore.v1.client.DatastoreException: too much contention on these datastore entities. please try again., code=ABORTED
at com.google.datastore.v1.client.RemoteRpc.makeException(RemoteRpc.java:226)
at com.google.datastore.v1.client.RemoteRpc.makeException(RemoteRpc.java:275)
at com.google.datastore.v1.client.RemoteRpc.call(RemoteRpc.java:186)
at com.google.datastore.v1.client.Datastore.commit(Datastore.java:87)
at com.google.cloud.datastore.spi.v1.HttpDatastoreRpc.commit(HttpDatastoreRpc.java:152)
... 86 more
----------------------------------------------------
and my Cloud Datastore is configured as: Cloud Firestore in Datastore mode
- Writes to an entity group are no longer limited to 1 per second.
Can you help to to understand where is the error and why this limitation is still active on my project and how can I remove it?
Thanks