jenkinsci / jenkinsci/workflow-multibranch-plugin
[JENKINS-47520] Probable race condition in deleting/loading branches of a multibranch project
- Dominant language
- Java
- Stars
- 87
- Forks
- 131
- PR merge metrics
- No merged PRs in 30d
Description
Noted in a master coming up under heavy load with a lot of Queue activity and branch indexing delayed:
```
2017-10-18 23:22:40.176+0000 [id=79] WARNING c.c.h.p.folder.AbstractFolder#loadChildren: could not find file /var/jenkins_home/jobs/MYFOLDERNAME/jobs/JOBNAME/branches/MYBRANCH/config.xml
```
Likely we're trying to loadChildren while the directory tree is being modified.
---
Originally reported by svanoort, imported from: Probable race condition in deleting/loading branches of a multibranch project
Raw content of original issue
Noted in a master coming up under heavy load with a lot of Queue activity and branch indexing delayed:
2017-10-18 23:22:40.176+0000 [id=79] WARNING c.c.h.p.folder.AbstractFolder#loadChildren: could not find file /var/jenkins_home/jobs/MYFOLDERNAME/jobs/JOBNAME/branches/MYBRANCH/config.xmlLikely we're trying to loadChildren while the directory tree is being modified.
Contributor guide
Assessment
This issue has not been assessed yet.