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 2014/09/09 13:44:29 UTC

[jira] [Resolved] (OAK-2080) BlobSize in OakDirectory differs between trunk and 1.0 branch

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

Chetan Mehrotra resolved OAK-2080.
----------------------------------
    Resolution: Fixed

Change the size to 32kb to match one in 1.0 branch in http://svn.apache.org/r1623767

> BlobSize in OakDirectory differs between trunk and 1.0 branch
> -------------------------------------------------------------
>
>                 Key: OAK-2080
>                 URL: https://issues.apache.org/jira/browse/OAK-2080
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: oak-lucene
>            Reporter: Chetan Mehrotra
>            Assignee: Chetan Mehrotra
>             Fix For: 1.1
>
>
> BlobSize used by OakDirectory while storing the Lucene indexes was changed in [1] (and differs from 1.0 branch [3]) to ensure that blob get inlined in SegmentMK even when Segment MK is configured with external BlobStore. However this revision got missed from getting merged to 1.0 branch. Merging this now 
> # would require reindexing of complete repo for new Lucene index to be created. 
> # Further given the discussion in [2] we might want to continue to keep the index in BlobStore if configured
> # The gain in read performance can still be obtained once OAK-1724 is done
> [1] http://svn.apache.org/viewvc?view=revision&revision=1587430
> [2] http://markmail.org/thread/s75ksd6gs4fhmghk
> [3] https://github.com/apache/jackrabbit-oak/blob/1.0/oak-lucene/src/main/java/org/apache/jackrabbit/oak/plugins/index/lucene/OakDirectory.java#L136



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