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 2016/07/05 10:10:11 UTC

[jira] [Created] (OAK-4535) Analyze impact of Mongo isolation guarantees and Query result

Chetan Mehrotra created OAK-4535:
------------------------------------

             Summary: Analyze impact of Mongo isolation guarantees and Query result
                 Key: OAK-4535
                 URL: https://issues.apache.org/jira/browse/OAK-4535
             Project: Jackrabbit Oak
          Issue Type: Task
          Components: mongomk
            Reporter: Chetan Mehrotra
            Assignee: Chetan Mehrotra
             Fix For: 1.6


As per [Mongo Isolation guarantees |https://docs.mongodb.com/manual/faq/concurrency/#what-isolation-guarantees-does-mongodb-provide]

{quote}
Reads may miss matching documents that are updated during the course of the read operation.
{quote}

This can result in some scenarios where query performed might miss out on some documents if that document gets modified while query is being execute.

Aim of this task is to analyze the kind of queries current Oak uses with Mongo and see if current support from Mongo is sufficient for our needs



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)