Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-25718

(7.4.z) Avoid creating duplicate thread groups on server reload

XMLWordPrintable

    • False
    • None
    • False
      • Start Wildfly / JBoss EAP server,
      • run :reload operation repeatedly,
      • check in a profiler tool that multiple ThreadGroups with identical names are being created.

      There is a fresh set of thread groups being created on each server reload, with identical names as groups that already exist from before, e.g. "LocalScheduler", "SchedulerTopologyChangeListener", "default-threads", "Weld ThreadGroup" and others.

      Can these groups be kept in static fields so that the same instances can be reused?

            thofman Tomas Hofman
            thofman Tomas Hofman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: