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

Move JSON Marshaling of the DocumentModel Lock to a Content Enricher

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Open
    • Priority: Minor
    • Resolution: Unresolved
    • Affects Version/s: None
    • Fix Version/s: QualifiedToSchedule
    • Component/s: Automation

      Description

      Marshaling of the Lock can create performance issue :

      Lock lock = doc.getLockInfo();
      

      Triggers a call to s synchronized block in :
      org.nuxeo.ecm.core.storage.sql.VCSLockManager.getLock

      We should move this code to a ContentEnricher.

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                Unassigned
                Reporter:
                tdelprat Thierry Delprat
                Participants:
              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated: