JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
CLOSED  Bug report JPPF-281  -  Many failed node reconnection attempts upon restart request
Posted Jun 05, 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
    Node
  • Resolution
    RESOLVED
  • Priority
    High
  • Reproducability
    Always
  • Severity
    Normal
  • Targetted for
    icon_milestones.png JPPF 4.1.x
Issue description
When requesting a node restart via JMX, for example from the admin console, the node console output shows that many reconnection attemps occur before the actual restart:
node process id: 32, uuid: 266A905F-B6BE-D000-8A42-9D92ED558D95
... a total of 110 of these identical lines! ...
node process id: 32, uuid: 266A905F-B6BE-D000-8A42-9D92ED558D95
node process id: 4576, uuid: C5DEEDCC-001F-DCF8-7079-8F6A91526351
Attempting connection to the class server at 192.168.1.15:11111
RemoteClassLoaderConnection: Reconnected to the class server
JPPF Node management initialized on port 12001
Attempting connection to the node server at 192.168.1.15:11111
Reconnected to the node server
Node successfully initialized
The log shows many repetitions of the following:
2014-06-05 05:33:49,768 [DEBUG][org.jppf.node.connection.JPPFCsvFileConnectionStrategy.nextConnectionInfo(82)]: new connection request with prevInfo=JPPFDriverConnectionInfo[secure=false, host=192.168.1.15, port=11112, recoveryPort=-1] and context=ConnectionContext[message=Initial connection, throwable=null, reason=INITIAL_CONNECTION_REQUEST]
2014-06-05 05:33:49,769 [INFO ][org.jppf.server.node.NodeExecutionManagerImpl.<init>(137)]: running 8 processing threads
2014-06-05 05:33:49,769 [INFO ][org.jppf.server.node.NodeExecutionManagerImpl.createThreadManager(164)]: Using default thread manager
2014-06-05 05:33:49,772 [DEBUG][org.jppf.node.NodeRunner.createNode(181)]: Created new node instance: org.jppf.server.node.remote.JPPFRemoteNode@72acf534
2014-06-05 05:33:49,772 [DEBUG][org.jppf.server.node.JPPFNode.run(125)]: Start of node main loop, nodeUuid=266A905F-B6BE-D000-8A42-9D92ED558D95
2014-06-05 05:33:49,772 [DEBUG][org.jppf.server.node.JPPFNode.run(151)]: End of node main loop


Steps to reproduce this issue
  • start a driver and node
  • start the admin console and restart the node
  • ==> theo node output and log file will show the entries mentioned in the description

#3
Comment posted by
 lolo4j
Jun 05, 07:51
fixed in: