Thomas Mueller created OAK-619:
----------------------------------

             Summary: Lock-free MongoMK implementation
                 Key: OAK-619
                 URL: https://issues.apache.org/jira/browse/OAK-619
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: mongomk
            Reporter: Thomas Mueller
            Assignee: Thomas Mueller


The current MongoMK implementation has some disadvantages we would like to 
address:

- some of the collections can't be sharded easily
- instances synchronize on the "sync" collection
- concurrent changes to the same node are detected relatively late,
  and merging them requires a re-try

To address those issues, we will write a prototype of a MongoMK implementation 
that uses a different storage model, that is, only one "nodes" collection.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to