google-nomulus/javatests/google/registry/util
guyben 00f2662f33 Retry Datastore errors in CommitLogManifestReader.next()
When trying to run the MapReduce for DeleteOldCommitLogsAction, we run into a
lot of DatastoreTimeoutException during CommitLogManifestReader.next.

This causes the entire shard to fail. Since we have a lot of keys (tens of
millions), this is almost guaranteed to happen, dooming the entire MapReduce.

Here is an attempt to recover from the Timeout Exception by saving the state
before the read, then on failure restoring that state and trying again.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=165172222
2017-08-29 16:06:48 -04:00
..
BUILD Deprecate more fields in RegistryConfig 2017-01-09 11:59:04 -05:00
CidrAddressBlockTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
CollectionUtilsTest.java Remove some unnecessary uses of MockitoJUnitRunner, which is discouraged 2017-04-26 10:42:43 -04:00
ComparingInvocationHandlerTest.java Perform some minor test cleanup 2017-08-01 16:20:49 -04:00
ConcurrentTest.java Replace deprecated Truth hasMessage() method with hasMessageThat() 2017-04-26 10:35:23 -04:00
DateTimeUtilsTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
DiffUtilsTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
DomainNameUtilsTest.java Clean up minor items found during DiRT 2017-03-27 13:25:35 -04:00
HexDumperTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
PosixTarHeaderSystemTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
PosixTarHeaderTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RetrierTest.java Retry Datastore errors in CommitLogManifestReader.next() 2017-08-29 16:06:48 -04:00
SerializeUtilsTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
SqlTemplateTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
TaskEnqueuerTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
TeeOutputStreamTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
TypeUtilsTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
UrlFetchUtilsTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00