Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.6-incubating
-
None
-
None
Description
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.