JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
feature_request_small.png
CLOSED  Feature request JPPF-573  -  Pluggable mechanism to warn the driver when a node can't accept any more job
Posted Jan 19, 2019 - updated Jan 28, 2019
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
icon_info.png This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue details
  • Type of issue
    Feature request
  • Status
     
    Closed
  • Assigned to
     lolo4j
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     lolo4j
  • Owned by
    Not owned by anyone
  • Category
    Performance
  • Resolution
    RESOLVED
  • Priority
    Normal
  • Targetted for
    icon_milestones.png JPPF 6.1
Issue description
Since a node can process any number of jobs concurrently, there is a risk that it can be overwhelmed, and its performance may degrade suddenly or it could even crash, for instance because of an out of memory condition.

We propose to implement a pluggable mechanism in the node to alert the driver that it cannot accept any more jobs when a given condition is true. The same mechanism would send another alert when the condition is no lnger true, so it can resume taking additional jobs.