Details
-
Type:
Bug
-
Status: Reopened (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: core
-
Labels:
-
Environment:1) 1.509.3, Linux server (RHEL6)
2) 1.509.4 LTS, SL Linux 6.4
-
Similar Issues:
Description
We run massive parallel builds of the free-style job (~120 simultaneous runs). Most of runs take about 15 seconds, to job frequently updates the build statistics.
Several jobs print warnings to the log. I suppose that issue is caused by parallel updates of the file.
Sep 25, 2013 10:42:48 AM jenkins.model.PeepholePermalink updateCache
WARNING: Failed to update hudson.model.FreeStyleProject@3771fd63[SBC_Run_Any_Batch] lastSuccessfulBuild permalink for MY_JOB #3830
java.nio.file.NoSuchFileException: /var/lib/jenkins/jobs/MY_JOB/builds/lastSuccessfulBuild.tmp
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileSystemProvider.readSymbolicLink(UnixFileSystemProvider.java:495)
at java.nio.file.Files.readSymbolicLink(Files.java:1382)
at sun.reflect.GeneratedMethodAccessor249.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at hudson.Util.resolveSymlink(Util.java:1213)
at jenkins.model.PeepholePermalink.writeSymlink(PeepholePermalink.java:169)
at jenkins.model.PeepholePermalink.updateCache(PeepholePermalink.java:137)
at jenkins.model.PeepholePermalink.resolve(PeepholePermalink.java:114)
at jenkins.model.PeepholePermalink$RunListenerImpl.onCompleted(PeepholePermalink.java:212)
at hudson.model.listeners.RunListener.fireCompleted(RunListener.java:199)
at hudson.model.Run.execute(Run.java:1642)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:237)
Attachments
Issue Links
- is duplicated by
-
JENKINS-15476 "Block until the triggered projects finish their builds" doesn't notify upstream project when complete.
-
- Resolved
-
- is related to
-
JENKINS-54863 Parallel builds in same workspace
-
- Open
-
-
JENKINS-17681 LastSuccessful and LastStable symlinks are invalid under Windows
-
- Resolved
-
We have also a job which is executed concurrent. In average approximately 12 are running at the same time. We also see problems with update of premalinks.
For us not working links for this job are no big issue but the "NoSuchFileException" is flooding Jenkins log.
This job is running ~1300 times a day and therefore the exception is adding ~1.5 MBytes to log.
Is there a way to reduce logs for such a case?