You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by "Michael Dürig (JIRA)" <ji...@apache.org> on 2012/04/25 18:14:20 UTC

[jira] [Updated] (OAK-45) Add support for branching and merging of private copies to MicroKernel

     [ https://issues.apache.org/jira/browse/OAK-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dürig updated OAK-45:
-----------------------------

    Attachment: OAK-45__OOME.patch

Test case demonstrating the OOME
                
> Add support for branching and merging of private copies to MicroKernel
> ----------------------------------------------------------------------
>
>                 Key: OAK-45
>                 URL: https://issues.apache.org/jira/browse/OAK-45
>             Project: Jackrabbit Oak
>          Issue Type: New Feature
>          Components: mk
>            Reporter: Michael Dürig
>         Attachments: OAK-45__OOME.patch
>
>
> As discussed on the dev list [1] we should add support to the Microkernel for branching of a private working copy which can be merged back later:
> {code}
> String addLotsOfData(MicroKernel mk) { 
>     String baseRevision = mk.getHeadRevision(); 
>     String branchRevision = mk.branch(baseRevision); 
>     for (int i = 0; i < 1000000; i++) { 
>         branchRevision = mk.commit("/", "+\"node" + i + "\":{}", 
>             branchRevision, null); 
>     } 
>     return mk.merge(branchRevision, baseRevision); } 
> {code}
> [1] http://markmail.org/message/jbbut6vzvmmjqonr

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira