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

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

XMLWordPrintable

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

      See JBEAP-25588 for a more detailed reproducer.

      Show
      Start Wildfly / JBoss EAP server, run :reload operation repeatedly, check in a profiler tool that multiple ThreadGroups with identical names are being created. See JBEAP-25588 for a more detailed reproducer.

      This is a component of JBEAP-25588.

      On each server reload thread groups are created with identical names to groups that already exists from previous server reload. It should be considered if the original thread groups should either be reused (instead of creating new ones), or maybe the main thread group should be used if there is no purpose of having specific group for given thread pool.

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

              Created:
              Updated:
              Resolved: