[
https://issues.apache.org/jira/browse/LUCENE-5724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-5724:
---------------------------------------
Attachment: LUCENE-5724.patch
Patch (for 4.x), I think it's ready. It fixes the build failure, and I added a
specific test case when creating a large CFS using NRTCachingDirectory.
> CompoundFileWriter loses the IOContext sometimes
> ------------------------------------------------
>
> Key: LUCENE-5724
> URL: https://issues.apache.org/jira/browse/LUCENE-5724
> Project: Lucene - Core
> Issue Type: Bug
> Reporter: Michael McCandless
> Assignee: Michael McCandless
> Fix For: 4.9, 5.0
>
> Attachments: LUCENE-5724.patch
>
>
> Nightly build hit OOME with this
> {noformat}
> ant test -Dtestcase=Test2BPostings -Dtests.method=test
> -Dtests.seed=33378E77AE43B10B -Dtests.multiplier=2 -Dtests.nightly=true
> -Dtests.slow=true
> -Dtests.linedocsfile=/home/hudson/lucene-data/enwiki.random.lines.txt
> -Dtests.locale=sl -Dtests.timezone=America/Argentina/ComodRivadavia
> -Dtests.file.encoding=UTF-8
> {noformat}
> The test was using NRTCachingDirectory, but the OOME happens because
> CompoundFileWriter's getOutput fails to pass down the incoming IOContext.
> IndexWriter has properly set up the IOContext for flush, put a huge file size
> in there, but by the time NRTCachingDirectory saw it, it was 0 bytes, and
> then many 100s of MB proceeded to be written into the RAMFile.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]