JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
CLOSED  Bug report JPPF-65  -  Some threads are still alive when the client is closed
Posted Sep 14, 2012 - updated Dec 27, 2014
icon_info.png This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue details
  • Type of issue
    Bug report
  • Status
     
    Closed
  • Assigned to
     lolo4j
  • Progress
       
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     lolo4j
  • Owned by
    Not owned by anyone
  • Category
    Client
  • Resolution
    RESOLVED
  • Priority
    Normal
  • Reproducability
    Always
  • Severity
    Normal
  • Targetted for
    icon_milestones.png JPPF 3.1.x
Issue description
When there is at least one fully established connection to the server and the JPPF client is closed, some threads do not terminate. In particular, I can see that at least one thread is attempting to reconnect to the server.

The impact is that the client application cannot terminate normally.
Steps to reproduce this issue
  • instantiate a JPPFClient
  • wait until at least one connection is available
  • submit a (short-lived) job and wait
  • close the client
==> you can see in the client console that one thread is attempting to reconnect to the server

#3
Comment posted by
 lolo4j
Sep 14, 10:17
Fixed. Changes committed to SVN:

The issue was updated with the following change(s):
  • This issue has been closed
  • The status has been updated, from New to Closed.
  • This issue's progression has been updated to 100 percent completed.
  • The resolution has been updated, from Not determined to RESOLVED.
  • Information about the user working on this issue has been changed, from lolo4j to Not being worked on.