-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Automation
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.
- is required by
-
NXP-16396 Loading from Elasticsearch should allow to easily scale out
- Resolved