Josh Elser created ACCUMULO-4436:
------------------------------------

             Summary: 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


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)

Reply via email to