mirror of
https://github.com/google/nomulus.git
synced 2025-05-05 06:27:51 +02:00
Right now - if there's an error during DnsWriter.publish*, all the publish from before that error will be committed, while all the publish after that error will not. More than that - in some writers partial publishes can be committed, depending on implementation. This defines a new contract that publish* are only committed when .commit is called. That way any error will simply mean no publish is committed. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165708063 |
||
---|---|---|
.. | ||
writer | ||
BUILD | ||
DnsConstants.java | ||
DnsMetrics.java | ||
DnsModule.java | ||
DnsQueue.java | ||
DnsWriterProxy.java | ||
PublishDnsUpdatesAction.java | ||
ReadDnsQueueAction.java | ||
RefreshDnsAction.java |