You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2016/09/02 15:18:21 UTC

[jira] [Updated] (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 ]

Christopher Tubbs updated ACCUMULO-4436:
----------------------------------------
    Fix Version/s:     (was: 1.8.1)
                       (was: 2.0.0)
                   1.8.0

> 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.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)