Hey Mahout devs -

So as you may know, builds.apache.org has been having a lot of stability
and performance problems lately. It turns out that at least one of the
reasons for that is that it's getting hit with attempts to download files
from job workspaces on slaves, and those slaves aren't always responding,
which can cause the entire Jenkins UI to hang. The biggest offender in
terms of linking to a job's workspace seems to be the Mahout-Quality job -
the mahout.apache.org site links to Javadocs in that job's workspace in a
few places. That needs to be changed - either store the javadocs somewhere
else, ideally, or if you can't do that, change to link to
https://builds.apache.org/job/Mahout-Quality/javadoc/ instead - that's
archived automatically by the job and is stored on the Jenkins master, so
it doesn't need to go out to a slave to fetch the files.

A.

Reply via email to