Uploaded image for project: 'AMQ Broker'
  1. AMQ Broker
  2. ENTMQBR-2135

ThreadPoolExecutor leak under SM due to lack of privileged block

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Critical
    • None
    • AMQ 7.2.1.GA
    • broker-core

    Description

      Still researching the source of these leaks.

      The way the leak happens is, a java.util.concurrent.ThreadPoolExecutor is constructed from an unprivileged context. The pool starts up and threads are created without a problem, however, the thread pool is never shut down. The finalizer runs but since it tries to shut down the pool with an access control context that was captured during construction, it fails because the context did not have the modifyThread RuntimePermission, and the thread pool never shuts down.

      We need to identify the points where TPEs are being constructed without controlled privileges.

      Attachments

        Issue Links

          Activity

            People

              rhn-support-jbertram Justin Bertram
              mnovak1@redhat.com Miroslav Novak
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: