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 "Chetan Mehrotra (JIRA)" <ji...@apache.org> on 2014/05/06 09:23:15 UTC

[jira] [Issue Comment Deleted] (OAK-1794) Keep commit info for local changes in main document

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

Chetan Mehrotra updated OAK-1794:
---------------------------------

    Comment: was deleted

(was: While updating we need to ensure that package import ranges are relaxed. Currently oak-core imports mongo packages with following ranges

{noformat}
  com.mongodb                           {resolution:=optional, version=[2.11,3)}
  com.mongodb.gridfs                    {resolution:=optional, version=[2.11,3)}
  com.mongodb.util                      {resolution:=optional, version=[2.11,3)}
{noformat}

While mong-java-driver 2.12 exports with following versions

{noformat}
  com.mongodb                           {version=2.12.1.RELEASE}
  com.mongodb.gridfs                    {version=2.12.1.RELEASE}
  com.mongodb.io                        {version=2.12.1.RELEASE}
  com.mongodb.util                      {version=2.12.1.RELEASE}
  org.bson                              {version=2.12.1.RELEASE}
  org.bson.io                           {version=2.12.1.RELEASE}
  org.bson.types                        {version=2.12.1.RELEASE}
  org.bson.util                         {version=2.12.1.RELEASE}
  org.bson.util.annotations             {version=2.12.1.RELEASE}
{noformat}
)

> Keep commit info for local changes in main document
> ---------------------------------------------------
>
>                 Key: OAK-1794
>                 URL: https://issues.apache.org/jira/browse/OAK-1794
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: core, mongomk
>    Affects Versions: 1.0
>            Reporter: Marcel Reutegger
>            Assignee: Marcel Reutegger
>            Priority: Critical
>             Fix For: 1.1
>
>
> The current split logic in MongoMK may move commit information (_commitRoot and _revision entries) for local changes to a previous document. This makes it difficult to identify previous documents that can be garbage collected after some time. See also OAK-1793.
> It would be better to keep also the commit information on the main document for local changes.



--
This message was sent by Atlassian JIRA
(v6.2#6252)