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

(7.0.z) Performance problem in JarFileResourceLoader

XMLWordPrintable

    • EAP 7.0.7

      JarFile and ZipFile lock for just about anything. WildFly deployment iterates many shared modules, all of which are backed by JAR files. Deploying many archives in parallel can cause massive contention on these JAR files from iteration operations.

      We don't need to iterate the JarFile every time; we can just grab a snapshot copy of the list of regular files in the JAR and traverse that instead.

            rstancel@redhat.com Radovan Stancel
            rstancel@redhat.com Radovan Stancel
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: