jenkinsci / jenkinsci/workflow-multibranch-plugin

[JENKINS-47520] Probable race condition in deleting/loading branches of a multibranch project

Open
#476 1 comment 0 reactions 0 assignees View on GitHub
component:workflow-multibranch-plugin imported-jira-issue priority:major resolution:unresolved
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


  • status: Open
  • priority: Major
  • component(s): workflow-multibranch-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 1
  • imported: 20251212-090250

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.xml


Likely we're trying to loadChildren while the directory tree is being modified.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.