Uploaded image for project: 'PUBLIC - Liferay Portal Community Edition'
  1. PUBLIC - Liferay Portal Community Edition
  2. LPS-136753

TransactionPortalCache isn't limited regarding size

Details

    • 7.3.x, 7.2.x, 7.1.x, 7.0.x
    • Committed
    • 3
    • i4)GrtG&sByw$cYnNtU8

    Description

      TransactionalPortalCacheUtil doesn't have any size restrictions in the transaction scope. UncommitedBuffer accepts an unlimited number of elements as long as the transaction hasn't been committed.

       

      Steps to Reproduce:

      1. Create a huge number of events using the provided script: AuditEventCreate.groovy
      2. Retrieve that number of events using the provided script: OutOfMemory.groovy

       

      Expected Results:

      Memory should not be exhausted with the default cache maxElementsInMemory sizing.

       

      Actual Results:

      An OutOfMemoryError is obtained if the number of events created/retrieved is big enough.

       

      To reproduce it could be needed to increment the amount variable in the creation script. Also, it can be reproduced executing a heap dump in the middle of the iteration script and check that the TransactionalPortalCache is one of the top consumers.

      Attachments

        Activity

          People

            summer.zhang Summer Zhang
            mariano.alvaro Mariano Álvaro
            Tibor Lipusz Tibor Lipusz
            Tina Tian Tina Tian
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              1 year, 14 weeks, 3 days ago

              Packages

                Version Package
                7.0.0 DXP FP102
                7.0.10.16 DXP SP17
                7.0.X
                7.1.10 DXP FP26
                7.1.10.7 SP7
                7.1.X
                7.2.10 DXP FP15
                7.2.X
                7.3.10.3 DXP SP3
                7.3.X
                7.4.13 DXP GA1
                7.4.3.13 CE GA13
                7.4.3.14 CE GA14
                7.4.3.15 CE GA15
                Master