You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2014/02/04 09:12:09 UTC

[jira] [Reopened] (OAK-1382) oak-core tests may run out of memory

     [ https://issues.apache.org/jira/browse/OAK-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcel Reutegger reopened OAK-1382:
-----------------------------------


There's a similar problem with oak-jcr tests. OAK-941 introduced a scheduled executor in RepositoryImpl, which needs to be shut down. It looks like some tests don't call shutdown when using DocumentNodeStore/MK.

> oak-core tests may run out of memory
> ------------------------------------
>
>                 Key: OAK-1382
>                 URL: https://issues.apache.org/jira/browse/OAK-1382
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: core
>            Reporter: Marcel Reutegger
>            Assignee: Marcel Reutegger
>             Fix For: 0.16
>
>
> My oak-core build just ran out of memory. Quite a lot of memory is referenced from unused DocumentNodeStore instances, but are not garbage collected because the background thread associated with each store is still running. A test needs to dispose the store, which is missing in some of the tests.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)