[
https://issues.apache.org/jira/browse/OAK-6797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16196847#comment-16196847
]
Julian Reschke commented on OAK-6797:
-------------------------------------
As far as I can tell, the only place (outside tests and wrappers) where the
conditional remove is used is in
{{org.apache.jackrabbit.oak.plugins.document.VersionGarbageCollector.DeletedDocsGC.removeDeletedDocuments(Iterator<String>,
long, boolean, String)}}. In that case, only the variant with equals check for
MODIFIED is used.
> DocumentStore conditional remove: EXISTS on non-revision property?
> ------------------------------------------------------------------
>
> Key: OAK-6797
> URL: https://issues.apache.org/jira/browse/OAK-6797
> Project: Jackrabbit Oak
> Issue Type: Bug
> Components: documentmk
> Reporter: Julian Reschke
> Priority: Minor
> Attachments: OAK-6797.diff
>
>
> Implementations currently differ in whether the "Exists" condition works on a
> non-revision property.
> (RDBDS and MongoDS seem to support it, while MemoryDS does not).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)