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

[GSS](7.2.z) WFLY-11970 - SFSB memory leak due to Date() usage

    XMLWordPrintable

Details

    Description

      SFSB tracks expiration with "new Date().getTime()" and "System.currentTimeMillis()".
      But the expiration threads are scheduled (inside JDK classes) with System.nanoTime().

      If the expiration task runs before the bean is considered expired, the expiration check fails and the bean is never expired.

      Attachments

        Issue Links

          Activity

            People

              pferraro@redhat.com Paul Ferraro
              rhn-support-dereed Dennis Reed
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: