google-nomulus/java/google/registry/batch
mcilwain dfe0ba32cb Reduce Datastore load of delete prober data mapreduce
This eliminates the transactional load of ForeignKeyIndexes and
EppResourceIndexes, the latter of which was problematic because it is parented
on the EppResourceIndexBucket entity group, and can cause concurrent
modification exceptions on live code paths. By removing the transactional load
and only touching that entity group on the delete, the number of potential
concurrent modification exceptions is significantly reduced.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=135706974
2016-10-11 11:27:49 -04:00
..
BUILD Consolidate expand billing events action into 'batch' package 2016-10-03 15:49:35 -04:00
DeleteProberDataAction.java Reduce Datastore load of delete prober data mapreduce 2016-10-11 11:27:49 -04:00
ExpandRecurringBillingEventsAction.java Always use the constructor to make Immutable Collection Builders 2016-10-07 14:37:02 -04:00