[
https://issues.apache.org/jira/browse/OAK-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marcel Reutegger resolved OAK-3104.
-----------------------------------
Resolution: Fixed
Fix Version/s: 1.3.4
You are right, my IDE must have re-formatted the code automatically.
I committed the patch without those format changes to trunk:
http://svn.apache.org/r1692076
> Version garbage collector doesn't collect a rolled back document if it was
> never deleted
> ----------------------------------------------------------------------------------------
>
> Key: OAK-3104
> URL: https://issues.apache.org/jira/browse/OAK-3104
> Project: Jackrabbit Oak
> Issue Type: Bug
> Components: mongomk
> Affects Versions: 1.2.2, 1.3.3, 1.0.17
> Reporter: Vikas Saurabh
> Assignee: Marcel Reutegger
> Priority: Minor
> Fix For: 1.3.4
>
> Attachments:
> 0001-OAK-3104-rollback-of-new-documents-should-mark-_dele.patch,
> 0002-OAK-3104-update-DocumentNodeStoreTest.rollback-to-as.patch,
> OAK-3104.patch
>
>
> If a commit gets rolled back it can leave (in case the document was never
> deleted explicitly) a document in a state like:
> {noformat}
> {
> "_id" : "7:/etc/workflow/packages/2014/10/12/rep:ours",
> "_deleted" : {
> },
> "_commitRoot" : {
> },
> "jcr:primaryType" : {
> },
> "_modified" : NumberLong(1413126245),
> "_children" : true,
> "_modCount" : NumberLong(2)
> }
> {noformat}
> If the path is fairly busy, the document can get created naturally later and
> then follow the usual cycle. But, at times, such documents are ephemeral in
> nature and never re-used. In those cases, such documents can remain silently
> without getting collected.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)