You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Thomas Mueller (JIRA)" <ji...@apache.org> on 2013/02/12 17:41:13 UTC

[jira] [Created] (OAK-619) Lock-free MongoMK implementation

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