mirror of
https://github.com/google/nomulus.git
synced 2025-07-30 14:36:28 +02:00
* Write commit logs during SQL->DS replay Previously, we had no way to ignore read-only mode while still writing commit log backups. Now, we added this so we can write commit logs in the SQL->DS replay. Note: - When moving to either of the DATASTORE_PRIMARY stages, one must manually set the SqlReplayCheckpoint first. We don't write to SQL with backup in this stage because we already wrote the transaction in question to Datastore. The fact that we manually set the replay checkpoint means that we'll ignore the extra commit logs that might otherwise cause problems if we switched back and forth from DATASTORE_PRIMARY to SQL_PRIMARY. - The commit logs written during the SQL_PRIMARY phase will, ideally, be unused. We write them here only so that in the event of a rollback to Datastore, we will have them for RDE purposes. |
||
---|---|---|
.. | ||
gradle/dependency-locks | ||
src | ||
build.gradle | ||
Dockerfile |