appengineでエラーが出た(commit: Operation commit failed on resource)

      org.datanucleus.transaction.Transaction commit: Operation commit failed on resource: 
org.datanucleus.store.appengine.DatastoreXAResource@adb24, error code UNKNOWN and transaction: 
[DataNucleus Transaction, ID=Xid=
  • タスクキューで処理中にエラーが出た。
  • このエラーの対象になったデータが二重登録されていた。
  • タスクキューでエラーになったのでリトライされて二重登録されたぽい。
  • これエラーなのにコミットされたぽいのか。