You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Fabian Tschirschnitz (JIRA)" <ji...@apache.org> on 2014/10/01 16:45:33 UTC

[jira] [Created] (FLINK-1134) On the client side, the JVM does not terminate using RemoteCollectorOutputFormat

Fabian Tschirschnitz created FLINK-1134:
-------------------------------------------

             Summary: On the client side, the JVM does not terminate using RemoteCollectorOutputFormat
                 Key: FLINK-1134
                 URL: https://issues.apache.org/jira/browse/FLINK-1134
             Project: Flink
          Issue Type: Bug
          Components: Java API
    Affects Versions: 0.6-incubating
            Reporter: Fabian Tschirschnitz
            Priority: Trivial


The client program does not shutdown after executing a job, because the threads spawned by JAVA RMI prevent it from doing so. The reason is the missing unbind() and UnicastRemoteObject.unexportObject() for the exported collector objects.



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