|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [JIRA] (JENKINS-15465) RunList re... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList re... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList re... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList re... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList re... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList re... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList re... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList re... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList re... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList re... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList re... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList re... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList re... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList re... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList re... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList re... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList re... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList re... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList re... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList re... [email protected] (JIRA)
- [JIRA] (JENKINS-15465) RunList re... [email protected] (JIRA)

The fix that I proposed for JENKINS-15439 does not fully fix the issue. It fixes the issue with AbstractLazyLoadRunMap search failing but I still see some null values in RunList.
The null values are not present when Jenkins starts up but after a while (an hour or two) then the null values are present.
In my case I have worked out that I can cause a symptom of the error to occur by reading the rssAll feed. Immediately after jenkins starts up this reads normally but when things have gone wrong the feed returns the error.
A simple
wget -O /tmp/rssAll.xml http://localhost:8080/jenkins/rssAll