Resource disposer plugin 0.9 causes jobs to fail

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

XMLWordPrintable

      resource-disposer plugin update from version 0.8 to version 0.9 causes jobs to fail when the job is being run concurrently, with errors:

      FATAL: Task java.util.concurrent.FutureTask@731dc390 rejected from java.util.concurrent.ThreadPoolExecutor@251a74c5[Running, pool size = 10, active threads = 10, queued tasks = 0, completed tasks = 1055]
      java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.FutureTask@731dc390 rejected from java.util.concurrent.ThreadPoolExecutor@251a74c5[Running, pool size = 10, active threads = 10, queued tasks = 0, completed tasks = 1055]
             at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(Unknown Source)
             at java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source)
             at java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source)
             at java.util.concurrent.AbstractExecutorService.submit(Unknown Source)
             at com.google.common.util.concurrent.ForwardingExecutorService.submit(ForwardingExecutorService.java:110)
             at jenkins.util.InterceptingExecutorService.submit(InterceptingExecutorService.java:49)
             at org.jenkinsci.plugins.resourcedisposer.AsyncResourceDisposer.dispose(AsyncResourceDisposer.java:146)
      

      The issue is gone after downgrading resource-disposer plugin to 0.8 version

      Please find attached config.xml with the job configuration on which I observed the issue, too.

        1. config.xml
          4 kB
          Wojciech Sz
        2. build-target.log
          2 kB
          Wojciech Sz

            Assignee:
            Oliver Gondža
            Reporter:
            Wojciech Sz
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: