[
https://issues.apache.org/jira/browse/LUCENE-5342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13823769#comment-13823769
]
ASF subversion and git services commented on LUCENE-5342:
---------------------------------------------------------
Commit 1542310 from [~jpountz] in branch 'dev/branches/lucene_solr_4_6'
[ https://svn.apache.org/r1542310 ]
LUCENE-5342: Fixed bulk-merge issue in CompressingStoredFieldsFormat
> CompressingStoredFieldsFormat's bulk merge should be disabled when reader and
> writer don't have the same chunk size
> -------------------------------------------------------------------------------------------------------------------
>
> Key: LUCENE-5342
> URL: https://issues.apache.org/jira/browse/LUCENE-5342
> Project: Lucene - Core
> Issue Type: Bug
> Affects Versions: 4.5, 4.5.1
> Reporter: Adrien Grand
> Assignee: Adrien Grand
> Priority: Blocker
> Fix For: 4.6
>
> Attachments: LUCENE-5342.patch
>
>
> LUCENE-5188 changed the way data is compressed when single documents exceed
> the chunk size, meaning that it is not legal anymore to bulk merge if writer
> and reader have different chunk sizes.
> This bug only happens when mixing two instances of
> CompressingStoredFieldsFormat that have the same compression mode but
> different chunk sizes, and when there are documents that exceed any of the
> chunk sizes. So the default codec is not impacted since it has always had the
> same chunk size (16KB).
--
This message was sent by Atlassian JIRA
(v6.1#6144)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]