OldDataMonitor makes Jenkins single threaded for all saves.

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      In a busy system with many quick jobs/saves (e.g. maven multi module projects!) then the master effectively becomes one big bottleneck as the OldDataMonitor is called on each new save and this uses a lock serializing all write requests.

      The code should be investigated to see if either it can be made lockfree or at least reduce the scope of the locks.

            Assignee:
            Stephen Connolly
            Reporter:
            James Nord
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: