[
https://issues.apache.org/jira/browse/OAK-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chetan Mehrotra updated OAK-2080:
---------------------------------
Description:
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
was:
BlobSize used by OakDirectory while storing the Lucene indexes was changed in
[1] 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
> 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)