mirror of
https://github.com/google/nomulus
synced 2026-07-19 22:42:23 +00:00
60c156c061
* Track and replay Transaction table gaps Id gaps in the Transaction table can be the result of a transactions committed out of order. To deal with this, keep track of gaps for up to five minutes and check to see if they've been back-filled prior to applying the next batch of transactions during reply. * Changes for review * Calculate gap expiration time before gap queries * Reformat.