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 "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2013/12/02 14:46:35 UTC

[jira] [Resolved] (OAK-1190) Limit size of batch update in background write

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

Marcel Reutegger resolved OAK-1190.
-----------------------------------

    Resolution: Fixed

Limitted the background write to only update at most 10k documents.

Done in http://svn.apache.org/r1547017

> Limit size of batch update in background write
> ----------------------------------------------
>
>                 Key: OAK-1190
>                 URL: https://issues.apache.org/jira/browse/OAK-1190
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: core, mongomk
>    Affects Versions: 0.10
>            Reporter: Marcel Reutegger
>            Assignee: Marcel Reutegger
>            Priority: Minor
>             Fix For: 0.13
>
>
> It may happen that the background write operation create a batch update, which is too big for MongoDB to accept. I.e. when the BSON object to send is larger than 16MB. The background write operation should have an upper limit on the number of updates to batch together in a single update call.



--
This message was sent by Atlassian JIRA
(v6.1#6144)