Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-19743

Massive parallel builds sometimes cause errors in LogRotation

XMLWordPrintable

      We submit about 120 parallel builds with 15sec execution time => issue may be caused by frequent log rotation without locks.

      Jobs seem to be OK, but there is a lot of SEVERE messages in the Jenkins log.

      SEVERE: Executor threw an exception
      java.util.NoSuchElementException
      at com.google.common.collect.AbstractIterator.next(AbstractIterator.java:154)
      at java.util.Collections$UnmodifiableCollection$1.next(Collections.java:1067)
      at java.util.AbstractMap$2$1.next(AbstractMap.java:385)
      at hudson.util.RunList.subList(RunList.java:143)
      at hudson.tasks.LogRotator.perform(LogRotator.java:119)
      at hudson.model.Job.logRotate(Job.java:404)
      at hudson.model.Run.execute(Run.java:1655)
      at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
      at hudson.model.ResourceController.execute(ResourceController.java:88)
      at hudson.model.Executor.run(Executor.java:237)ct.AbstractIterator.next(AbstractIterator.java:154)

        1. StressTest_SubJob_config_3.png
          StressTest_SubJob_config_3.png
          57 kB
        2. StressTest_SubJob_config_2.png
          StressTest_SubJob_config_2.png
          87 kB
        3. StressTest_SubJob_config_1.png
          StressTest_SubJob_config_1.png
          102 kB
        4. StressTest_Job_config_3.png
          StressTest_Job_config_3.png
          85 kB
        5. StressTest_Job_config_2.png
          StressTest_Job_config_2.png
          68 kB
        6. StressTest_Job_config_1.png
          StressTest_Job_config_1.png
          116 kB
        7. Run.txt
          1 kB
        8. LogRotator.txt
          1 kB
        9. BuildFlowPluginTest.cs
          0.7 kB

            Unassigned Unassigned
            oleg_nenashev Oleg Nenashev
            Votes:
            14 Vote for this issue
            Watchers:
            20 Start watching this issue

              Created:
              Updated: