Dawid Weiss created SOLR-3832:
---------------------------------

             Summary: Static field memory counting and enumset fields
                 Key: SOLR-3832
                 URL: https://issues.apache.org/jira/browse/SOLR-3832
             Project: Solr
          Issue Type: Bug
            Reporter: Dawid Weiss
            Assignee: Dawid Weiss
            Priority: Trivial
             Fix For: 4.0, 5.0


The problem is that fields that point to classes go and collect the size 
recursively. On IBM a class object contains LOTS of references so it goes up to 
megabytes for a single enumset.

Another issue is that we count the same objects multiple times if they show up 
again referenced from different fields -- we should be counting them once only.

A temporary fix is to exclude enumsets from being counted.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to