SQL Core Storage Concurrent Cache Updates
-----------------------------------------

                 Key: NXP-4914
                 URL: https://jira.nuxeo.org/browse/NXP-4914
             Project: Nuxeo Enterprise Platform
          Issue Type: Improvement
    Affects Versions: 5.3.x
            Reporter: Mariana Cedica
            Assignee: Mariana Cedica


The SQL core storage will only remove the invalidated documents from the cache 
whenever a new transaction is starting. 
With that system, if multiple transactions working onto shared documents 
overlaps, then the last commit will override the change from the others. 
To solve that problem, we want to process the cache invalidation at commit time 
also. This way we will be able to detect concurrency and notify users.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to