You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2016/08/31 21:24:20 UTC

[jira] [Resolved] (ACCUMULO-4436) Multiple entry points to MiniAccumuloClusterImpl#_exec cause orphaned processes

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

Josh Elser resolved ACCUMULO-4436.
----------------------------------
    Resolution: Fixed

> Multiple entry points to MiniAccumuloClusterImpl#_exec cause orphaned processes
> -------------------------------------------------------------------------------
>
>                 Key: ACCUMULO-4436
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4436
>             Project: Accumulo
>          Issue Type: Bug
>          Components: mini
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>             Fix For: 1.7.3, 1.8.1, 2.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> There are presently multiple entry points to {{MiniAccumuloClusterImpl#_exec(Class<?> clazz, List<String> extraJvmOpts, String... args)}}. {{#exec(Class<?> clazz, List<String> jvmArgs, String... args)}} and {{#_exec(Class<?> clazz, ServerType serverType, String... args)}}.
> Only in the former method do started processes get added to the {{cleanup}} list.
> This causes obvious process leaks as can be observed in running {{MonitorSslIT}} where the Monitor is started in the test, but not stopped. MAC abandons it and does not know to stop it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)