JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
feature_request_small.png
CLOSED  Feature request JPPF-543  -  Enable P2P connectivity between drivers to be used only for failover
Posted Jul 25, 2018 - updated Jul 31, 2018
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
    Server
  • Resolution
    RESOLVED
  • Priority
    Normal
  • Targetted for
    icon_milestones.png JPPF 6.0
Issue description
We propose to add a configuration property in the JPPF driver, to specify that it should route jobs to other drivers only when its number of nodes is at most a given threshold. For example, if we define:
jppf.peers.load.balance.threshold = 3
then the driver will only route jobs to peer drivers when it has less than 3 nodes. The default value would be infinite (say Integer.MAX_VALUE) to preserve the current default behavior. A value of 0 or less would mean that jobs are never routed to a peer driver.