JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
CLOSED  Bug report JPPF-232  -  JPPF client is not closing properly
Posted Mar 15, 2014 - updated Mar 28, 2016
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 4.0.x
Issue description
When closing a client with JPPFClient.close(), I can observe that some of the threads started by JPPF are still active, preventing the application from terminating normally.
Steps to reproduce this issue
  • Start a driver and node, then a client application, then finally a client that submimts a job then calls JPPFClient.close()
  • Take a thread dump ==> you can see that some JPPF threads are still active, e.g. "jmx@localhost:11192", "JPPFClient 2", "TaskQueueChecker"



#4
Comment posted by
 lolo4j
Mar 15, 03:27
Implemented in