[ 
https://issues.apache.org/jira/browse/LUCENE-8226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16423814#comment-16423814
 ] 

Alan Woodward commented on LUCENE-8226:
---------------------------------------

Scrub that last patch, I misunderstood how the MemoryPostingsFormat was cycled 
into things (there's no MemoryCodec, instead it's part of the construction of 
RandomCodec).  Here's a patch instead that does an assumeFalse on the name of 
the default Codec's postings format.  No need to move anything into a new file

> Don't use MemoryCodec for nightly runs of TestIndexSorting
> ----------------------------------------------------------
>
>                 Key: LUCENE-8226
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8226
>             Project: Lucene - Core
>          Issue Type: Task
>            Reporter: Alan Woodward
>            Priority: Major
>         Attachments: LUCENE-8226.patch, LUCENE-8226.patch
>
>
> Nightly runs of TestIndexSorting fail occasionally with OOM (see 
> [https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/183/] for a 
> recent example, and it's been appearing in Erick's BadApple report too).  It 
> looks as this is normally due to the combination of a large docset and 
> MemoryCodec.  We should suppress MemoryCodec for these tests, on nightly runs 
> only if possible)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to