mcilwain
c2ee453745
Make the verify OT&E action more performant
...
As previously written, it loaded up all history entries into memory and then
processed them. This was OOMing for some registrars on sandbox who had performed
a large number of testing actions, most of them long OT&E was passed.
This commit changes the verify OT&E action to stream the history entries in
batches, ordered by when they were made, and then terminates once all tests have
passed. This prevents OOMing because only a single batch of history entries need
reside in memory at once.
This does necessitate the creation of a new composite Datastore index on
HistoryEntry, so we'll need to run the ResaveAllHistoryEntriesAction in sandbox
after this change is deployed before the new verify OT&E code will work.
Note that the "history viewer" is long dead, but that the pre-existing index
on HistoryEntries is still used for many other purposes.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=223163337
2018-12-03 19:07:36 -05:00
..
2018-06-18 18:17:56 -04:00
2018-08-10 13:46:48 -04:00
2018-12-03 19:07:36 -05:00
2018-06-06 15:16:09 -04:00
2018-06-27 15:28:52 -04:00
2018-12-03 18:58:05 -05:00
2018-12-03 18:58:05 -05:00
2018-09-20 11:19:36 -04:00
2018-09-20 11:19:36 -04:00
2018-12-03 19:04:24 -05:00
2018-09-08 00:19:53 -04:00
2018-09-08 00:19:53 -04:00
2018-09-08 00:12:31 -04:00
2018-09-08 00:10:06 -04:00
2018-03-19 18:22:01 -04:00
2018-10-29 15:34:12 -04:00
2018-09-08 00:12:31 -04:00
2017-09-12 15:51:50 -04:00
2018-06-18 18:17:56 -04:00
2018-06-18 18:17:56 -04:00
2018-06-18 18:17:56 -04:00
2018-09-08 00:12:31 -04:00
2018-10-22 19:06:35 -04:00
2018-09-20 11:19:36 -04:00
2018-10-22 19:06:35 -04:00
2018-10-22 19:06:35 -04:00
2018-08-10 13:44:25 -04:00
2018-10-29 15:34:12 -04:00
2018-09-20 11:19:36 -04:00
2018-08-20 14:28:16 -04:00
2017-12-01 22:14:06 -05:00
2018-10-29 15:34:12 -04:00
2018-10-29 15:34:12 -04:00
2018-09-20 11:19:36 -04:00
2018-06-18 18:17:56 -04:00
2018-10-29 15:34:12 -04:00
2018-10-29 15:34:12 -04:00
2018-10-03 11:54:10 -04:00
2018-05-30 12:18:54 -04:00
2018-09-08 00:12:31 -04:00
2018-06-18 18:17:56 -04:00
2018-09-08 00:12:31 -04:00
2018-07-17 22:08:13 -04:00
2018-09-14 11:50:43 -04:00
2018-04-10 16:53:18 -04:00
2018-09-08 00:12:31 -04:00
2018-10-29 15:34:12 -04:00
2018-07-17 22:03:53 -04:00
2018-10-22 18:46:36 -04:00
2018-10-22 19:06:35 -04:00
2018-09-08 00:12:31 -04:00
2018-09-08 00:12:31 -04:00
2018-09-08 00:12:31 -04:00
2018-09-08 00:12:31 -04:00
2018-10-22 18:59:48 -04:00
2018-10-29 15:34:12 -04:00
2018-09-08 00:12:31 -04:00
2018-09-08 00:12:31 -04:00
2018-09-08 00:12:31 -04:00
2018-09-08 00:12:31 -04:00
2018-09-08 00:12:31 -04:00
2018-09-08 00:12:31 -04:00
2018-09-08 00:12:31 -04:00
2018-09-08 00:12:31 -04:00
2018-06-18 18:17:56 -04:00
2018-06-18 18:17:56 -04:00
2018-09-08 00:12:31 -04:00
2018-09-08 00:12:31 -04:00
2018-09-20 11:19:36 -04:00
2018-06-18 18:17:56 -04:00
2017-08-29 16:25:33 -04:00
2018-09-08 00:12:31 -04:00
2018-10-22 18:53:16 -04:00
2018-10-29 15:34:12 -04:00
2018-06-27 15:28:52 -04:00
2018-10-29 15:34:12 -04:00
2018-06-18 18:17:56 -04:00
2018-06-06 15:17:36 -04:00
2018-10-03 11:50:47 -04:00
2018-05-30 12:18:54 -04:00
2018-09-08 00:12:31 -04:00
2018-06-18 18:17:56 -04:00
2018-04-10 16:53:18 -04:00
2018-09-08 00:12:31 -04:00
2017-09-12 15:51:50 -04:00
2018-10-22 18:58:06 -04:00
2018-11-02 14:39:36 -04:00
2018-11-12 14:51:40 -05:00
2018-12-03 18:58:05 -05:00
2018-11-14 11:57:23 -05:00
2018-06-06 15:16:09 -04:00
2018-06-18 18:17:56 -04:00
2018-09-08 00:12:31 -04:00
2018-06-18 18:17:56 -04:00
2018-09-08 00:12:31 -04:00
2018-12-03 18:58:05 -05:00
2018-11-14 11:59:04 -05:00
2018-11-12 14:51:40 -05:00
2018-06-18 18:17:56 -04:00
2018-06-18 18:17:56 -04:00
2018-06-18 18:17:56 -04:00
2018-09-08 00:12:31 -04:00
2018-06-18 18:17:56 -04:00
2018-08-10 13:44:25 -04:00
2018-09-08 00:12:31 -04:00
2017-08-01 16:58:59 -04:00
2017-10-24 16:53:47 -04:00
2018-09-20 11:19:36 -04:00
2018-09-08 00:12:31 -04:00
2018-06-18 18:17:56 -04:00
2018-09-08 00:12:31 -04:00
2018-06-27 15:28:53 -04:00
2018-09-14 21:34:44 -04:00
2018-12-03 19:07:36 -05:00
2018-09-08 00:12:31 -04:00