mirror of
https://github.com/google/nomulus.git
synced 2025-05-02 04:57:51 +02:00
The existing CloudDnsWriter code uses ImmutableMap.Builder to construct the map of DNS records to update. This has been seen to fail on alpha, presumably in a cases where host records and domain records produce duplicate updates for a host. Convert the Builder to a HashMap, allowing us to safely overwrite existing records in the case of duplicates. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=170103421 |
||
---|---|---|
.. | ||
writer | ||
BUILD | ||
DnsConstants.java | ||
DnsMetrics.java | ||
DnsModule.java | ||
DnsQueue.java | ||
DnsWriterProxy.java | ||
PublishDnsUpdatesAction.java | ||
ReadDnsQueueAction.java | ||
RefreshDnsAction.java |