You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "David Smiley (JIRA)" <ji...@apache.org> on 2018/08/29 21:37:00 UTC

[jira] [Commented] (LUCENE-8267) Remove memory codecs from the codebase

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

David Smiley commented on LUCENE-8267:
--------------------------------------

[~dweiss] I noticed the solr/CHANGES.txt entry you added recommended users switch to "Direct" instead.  I'm surprised we would recommend that.... (especially given the demise of "Memory").  Wouldn't FST50 be better?  I'd like to reword the CHANGES.txt to the following:
{noformat}
* LUCENE-8267: Memory codecs have been removed from the codebase (MemoryPostings,
  MemoryDocValues). If you used postingsFormat="Memory" switch to "FST50" as the next best alternative,
  or use the default.  If you used docValuesFormat="Memory" then remove it to get the default. (Dawid Weiss){noformat}

> Remove memory codecs from the codebase
> --------------------------------------
>
>                 Key: LUCENE-8267
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8267
>             Project: Lucene - Core
>          Issue Type: Task
>            Reporter: Dawid Weiss
>            Assignee: Dawid Weiss
>            Priority: Major
>             Fix For: master (8.0)
>
>         Attachments: LUCENE-8267.patch
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Memory codecs (MemoryPostings*, MemoryDocValues*) are part of random selection of codecs for tests and cause occasional OOMs when a test with huge data is selected. We don't use those memory codecs anywhere outside of tests, it has been suggested to just remove them to avoid maintenance costs and OOMs in tests. [1]
> [1] https://apache.markmail.org/thread/mj53os2ekyldsoy3



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org