[jboss-jira] [JBoss JIRA] Updated: (JBRULES-2116) Drools core throws OutOfMemoryException

Andrey Nechaev (JIRA) jira-events at lists.jboss.org
Mon Jun 8 09:32:56 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBRULES-2116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Nechaev updated JBRULES-2116:
------------------------------------

    Attachment: patch-TupleHashTable


Attachement is the patch for TupleHashTable class. It prevents using lists as a hash table's element. This is not theoptimal solution but it works with some performance and memory consumption degradation.

> Drools core throws OutOfMemoryException
> ---------------------------------------
>
>                 Key: JBRULES-2116
>                 URL: https://jira.jboss.org/jira/browse/JBRULES-2116
>             Project: JBoss Drools
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: drools-core
>    Affects Versions: 4.0.7
>            Reporter: Andrey Nechaev
>            Assignee: Mark Proctor
>         Attachments: patch-TupleHashTable
>
>
> In some situations, Drools' tuple hash tables become corrupted, as they have loops in a list elements. It causes an infinite loop in the TupleHashTable's resize() method. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list