Hi all,

I assume that the db1047 migration is over now, since I'm seeing recent data on db1047. I was looking at data this morning and noticed that there was a gap in the EventLogging data on db1047:

for table MultimediaViewerVersusPageFilePerformance_7907636

the id jumps from 190 to 203. You can see it for yourself by running:

SELECT id FROM MultimediaViewerVersusPageFilePerformance_7907636 WHERE id > 180 AND id < 210

After id 203 no problem, all the data is there, but we're definitely missing data between those 2 ids. I'm certain of it because these events come from a test that records 6 rows per run, and the one appearing at 203 is truncated, with only 4 rows.

Is the missing data on db1048 and not replicated to db1047? Or is it lost due to writes that happened during the migration?