JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
CLOSED  Bug report JPPF-107  -  Missing exception handling upon invocation of NodeLifeCycleListener methods
Posted Dec 23, 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
    Node
  • Resolution
    RESOLVED
  • Priority
    Normal
  • Reproducability
    Always
  • Severity
    Normal
  • Targetted for
    icon_milestones.png JPPF 3.3
Issue description
If an unchecked exception or an error is raised when executing a method of a NodeLifeCycleListener/Ex implementation, we have no handling of that exception, In many cases, this will lead to the node hanging or reconnecting and jobs not being executed.
Steps to reproduce this issue
Deploy a NodeLifeCycleListener whose jobStarting() method throws an unchecked exception

#7
Comment posted by
 lolo4j
Dec 28, 08:56
Fixed in branch 3.2 revision 2585
#8
Comment posted by
 lolo4j
Dec 28, 08:57
The fix in the trunk (targeted at v3.3) depnds on the implementation of Feature request JPPF-109 - Pluggable error handler for NodeLifeCycleListener
#9
Comment posted by
 lolo4j
Dec 29, 09:11
fixed in trunk revision 2586

The issue was updated with the following change(s):
  • This issue has been closed
  • The status has been updated, from Confirmed 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.