Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-5838

Resource leak when using Kie server policies on Tomcat

XMLWordPrintable

    • NEW
    • NEW

      Issue can be simulated on Tomcat server.
      If Kie server has activated policies (i.e. KeepLatestContainerOnlyPolicy) and user try to stop whole server then server process is not completely stopped - process is still running.

      It seems to be caused by scheduledExecutorService in PolicyManager. This scheduler is not closed when stopping policy manager. This is ok for other containers as they used DefaultManagedScheduledExecutorService from context, but Tomcat uses standard java executor.

            swiderski.maciej Maciej Swiderski (Inactive)
            ksuta Karel Suta
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: