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

AsyncPeriodicWork produces a lot of disk churn

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core
    • None
    • 2.317

      AsyncPeriodicWork (and AsyncAperiodicWork) print a message to the log file every time they run. If a task runs every couple seconds, you can get megabytes of text under logs/tasks/ like

      Started at Mon Oct 11 20:49:40 UTC 2021
      Finished at Mon Oct 11 20:49:40 UTC 2021. 0ms
      Started at Mon Oct 11 20:49:42 UTC 2021
      Finished at Mon Oct 11 20:49:42 UTC 2021. 0ms
      

      This is not useful information, and besides consuming significant disk space, it produces a lot of I/O activity and degrades performance of backups.

            jglick Jesse Glick
            jglick Jesse Glick
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: