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 "Amit Jain (JIRA)" <ji...@apache.org> on 2015/08/17 09:23:45 UTC

[jira] [Resolved] (OAK-3231) Change default maxCachedBinarySize to match lucene DEFAULT_BLOB_SIZE

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

Amit Jain resolved OAK-3231.
----------------------------
    Resolution: Fixed

Committed :
* trunk - http://svn.apache.org/r1696198
* 1.2 - http://svn.apache.org/r1696195
* 1.0 - http://svn.apache.org/r1696194

> Change default maxCachedBinarySize to match lucene DEFAULT_BLOB_SIZE 
> ---------------------------------------------------------------------
>
>                 Key: OAK-3231
>                 URL: https://issues.apache.org/jira/browse/OAK-3231
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: blob
>            Reporter: Amit Jain
>            Assignee: Amit Jain
>            Priority: Minor
>             Fix For: 1.2.4, 1.3.4, 1.0.19
>
>
> The default for {{DataStoreBlobStore#maxCachedBinarySize}} was supposed to be equal or greater than OakDirectory#DEFAULT_BLOB_SIZE. That default was increased to 32 * 1024 while here the default is still set to 17 * 1024. Also, there the newer lucene files uses IndexDefinition#DEFAULT_BLOB_SIZE which is 1024*1024 -1024.
> We should increase the default to 1024 * 1024 i.e. 1MB 



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