Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-21269

Performance issue on audit logEvent with concurrency

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 7.10, 8.10
    • Fix Version/s: 8.10-HF01, 9.1
    • Component/s: Audit

      Description

      The DefaultAuditBulker responsible to accumulate events and to flush them by bulk has a performance issue on concurrency.
      The offer method relies on a ConcurrentLinkedList.size() which is very slow depending on the number of items.
      When the queue is full and on heavy concurrency the result is a bottleneck,
      that need to be removed.

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: