JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
CLOSED  Bug report JPPF-603  -  Slave nodes leak
Posted Sep 09, 2019 - updated Sep 09, 2019
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
    Node
  • Resolution
    RESOLVED
  • Priority
    Normal
  • Reproducability
    Always
  • Severity
    Normal
  • Targetted for
    icon_milestones.png JPPF 6.1.2
Issue description
When a driver is restarted (via JMX), for each master nodes attached to it, the slave nodes are not terminated. We end up with slave nodes that are no longer attached to a master node.
Steps to reproduce this issue
  • start a grid with a driver and and a node
  • start the admin console
  • from the admin console provision, provision 1 slave node
  • still from the console, perform a shtdown restart of the driver
  • at the end, you will see 2 nodes: 1 master and 1 slave without master, whereas there should only be one master node