You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Alexander Bezzubov (JIRA)" <ji...@apache.org> on 2015/09/05 03:26:45 UTC

[jira] [Created] (ZEPPELIN-280) 3 RemoteInterpreterServer processes keep running after `mvn test`

Alexander Bezzubov created ZEPPELIN-280:
-------------------------------------------

             Summary: 3 RemoteInterpreterServer processes keep running after `mvn test`
                 Key: ZEPPELIN-280
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-280
             Project: Zeppelin
          Issue Type: Bug
    Affects Versions: 0.6.0
            Reporter: Alexander Bezzubov


Looks like our test suite leaks some processes - usually it is +3 {RemoteInterpreterServer} processes running on the machine, after each `mvn test`

This is inconvenient, as requires manual {{code}}jps | grep Remote | cut -d ' ' -f1 | xargs kill{{code}} on every full test run.





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