You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2017/03/31 20:06:41 UTC

[jira] [Created] (OFBIZ-9291) EntityListIterator Not Closed for Entity [Content], caught in Finalize

Jacques Le Roux created OFBIZ-9291:
--------------------------------------

             Summary: EntityListIterator Not Closed for Entity [Content], caught in Finalize
                 Key: OFBIZ-9291
                 URL: https://issues.apache.org/jira/browse/OFBIZ-9291
             Project: OFBiz
          Issue Type: Improvement
          Components: content
    Affects Versions: Trunk
            Reporter: Jacques Le Roux
            Priority: Minor
             Fix For: Upcoming Release


While working on OFBIZ-8341 I noticed this error in log
{code}
2017-03-31 22:03:53,047 |http-nio-8443-exec-1 |ControlServlet                |T| [[[LookupContent(Domain:https://localhost)] Request Done- total:3.571,since last([LookupContent(Do...):3.571]]
2017-03-31 22:04:06,552 |Finalizer            |EntityListIterator            |E|
                                                                                  ====================================================================
 EntityListIterator Not Closed for Entity [Content], caught in Finalize
 ====================================================================
{code}
It's not really a bug because the  EntityListIterator  takes care of it and there is no side effects. But it's not clean and need to be improved.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)