mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 18:26:12 +02:00
There was a subtle issue that we encountered in sandbox when using one transaction per file that was difficult to replicate. Basically, 1. Save a domain with dsData 2. Save the domain without dsData 3. Save the domain with the same dsData as step 1 4. Delete literally any object If one performs steps 2-4 in the same transaction, Hibernate will throw an exception (cascade re-saving a cascade-deleted object). Note that step 4 is in fact necessary to reproduce the issue, yay Hibernate. We will test this and if one transaction per transaction is too slow, we'll figure out ways to reduce the number of SQL transactions. |
||
---|---|---|
.. | ||
gradle/dependency-locks | ||
src | ||
WEB-INF/appengine-generated | ||
build.gradle | ||
Dockerfile |