Frequent UVC / UVCS task time outs due to hgmo slowness
Categories
(Release Engineering :: General, defect)
Tracking
(firefox129 fixed)
| Tracking | Status | |
|---|---|---|
| firefox129 | --- | fixed |
People
(Reporter: gbrown, Assigned: hneiva)
References
Details
Attachments
(1 file, 1 obsolete file)
As seen in #releaseduty, there have been frequent task timeouts in UVC and UVCS tasks over the last couple of weeks. These tasks make many requests to hg.mozilla.org and it has been slow lately -- we assume that's the problem.
https://treeherder.mozilla.org/jobs?repo=mozilla-beta&revision=4460e94868c1046b2812fc3a0940966d4a98a7c5&searchStr=uv
https://treeherder.mozilla.org/jobs?repo=mozilla-release&searchStr=uv&revision=163c38ee7a7a13a344e7fe15b75d86e6c5212ae0
| Reporter | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Comment 2•2 years ago
|
||
An alternative might be to query hgmo less, and use the fact that we have a clone of the repo.
E.g. instead of https://hg.mozilla.org/releases/mozilla-beta/raw-file/DEVEDITION_95_0b10_RELEASE/browser/locales/shipped-locales we can run hg cat -r DEVEDITION_95_0b10_RELEASE browser/locales/shipped-locales. That might not always work, because unified doesn't track all branches, but it should work often enough?
| Reporter | ||
Updated•2 years ago
|
Comment 3•2 years ago
|
||
https://phabricator.services.mozilla.com/D204470 is an untested attempt at implementing comment 2
Comment 4•2 years ago
|
||
The severity field is not set for this bug.
:jlorenzo, could you have a look please?
For more information, please visit BugBot documentation.
Updated•2 years ago
|
Updated•2 years ago
|
| Assignee | ||
Comment 5•2 years ago
|
||
Add async downloading from archive
Changes "hg cat" to pull more than one file from a revision
Updated•2 years ago
|
Updated•2 years ago
|
Description
•