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

Resource leak when using Kie server policies on Tomcat

    XMLWordPrintable

Details

    • NEW
    • NEW

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: