May 26 mozilla-releases channel indexing failure
Categories
(Webtools :: Searchfox, defect)
Tracking
(Not tracked)
People
(Reporter: kats, Unassigned)
Details
mozilla-releases sent a failure email today. Looks like the indexing succeeded, and the indexer was killed while waiting for the web-server to be ready. The web-server itself started fine, it just happened during the 6 hour time limit on the indexer. We might need to extend that time limit a little in the short term, or improve the indexer perf in the long run. This is likely a regression from adding comm-esr68 to this indexer.
| Reporter | ||
Comment 1•6 years ago
|
||
Actually this is not a regression. Downloaded the index-log files for the May 25 and May 26 runs and diffed their grep -A 1 "^+ date" outputs. This led me to discover that the May 26 actually did take a lot longer, because today was merge day and the mozilla-beta and mozilla-release repos got an extra 5871 and 5888 commits respectively that the blame builder had to process, which took about 37 minutes apiece. So that added a big chunk of time causing the delay. Shouldn't happen again until next merge day, and maybe by then I'll have had some time to figure out why my parallelization work in bug 1634770 didn't produce the expected speedup.
I don't know if there's much value in leaving this bug open so I'll just dupe it to bug 1634770.
Description
•