You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Des Lownds (Created) (JIRA)" <ji...@apache.org> on 2012/03/28 01:34:27 UTC

[jira] [Created] (SOLR-3286) Using many dynamic fields in filters, sorts causes OOM

Using many dynamic fields in filters, sorts causes OOM
------------------------------------------------------

                 Key: SOLR-3286
                 URL: https://issues.apache.org/jira/browse/SOLR-3286
             Project: Solr
          Issue Type: Bug
          Components: search
    Affects Versions: 4.0
            Reporter: Des Lownds


I have a schema many dynamic fields, and a relatively small index, ~1M docs. Each document has only 10 or less of the dynamic fields populated, but there is a large set of dynamic fields across all docs.

Eventually Solr will fall over due to OOM errors, because the fieldCache is enormous. Adding more heap does not help. Adjusting the  documented cache size configs does not help.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Commented] (SOLR-3286) Using many dynamic fields in filters, sorts causes OOM

Posted by "Des Lownds (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13247304#comment-13247304 ] 

Des Lownds commented on SOLR-3286:
----------------------------------

Patch contributed on LUCENE-3953
                
> Using many dynamic fields in filters, sorts causes OOM
> ------------------------------------------------------
>
>                 Key: SOLR-3286
>                 URL: https://issues.apache.org/jira/browse/SOLR-3286
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>    Affects Versions: 4.0
>            Reporter: Des Lownds
>
> I have a schema many dynamic fields, and a relatively small index, ~1M docs. Each document has only 10 or less of the dynamic fields populated, but there is a large set of dynamic fields across all docs.
> Eventually Solr will fall over due to OOM errors, because the fieldCache is enormous. Adding more heap does not help. Adjusting the  documented cache size configs does not help.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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