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 "Julian Reschke (JIRA)" <ji...@apache.org> on 2019/04/24 14:41:00 UTC

[jira] [Created] (OAK-8273) RDBDocumentStore: createOrUpdate with less than 3 ops suboptimal

Julian Reschke created OAK-8273:
-----------------------------------

             Summary: RDBDocumentStore: createOrUpdate with less than 3 ops suboptimal
                 Key: OAK-8273
                 URL: https://issues.apache.org/jira/browse/OAK-8273
             Project: Jackrabbit Oak
          Issue Type: Technical task
          Components: rdbmk
            Reporter: Julian Reschke
            Assignee: Julian Reschke


{{createOrUpdate()}} with 1 or 2 operations works, but is handled by the fallback code that is supposed to handle failures during bulk updates.

Thus:

- misleading DEBUG logging ("update conflict on...")
- unnecessary cache invalidation



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)