JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
enhancement_small.png
CLOSED  Enhancement JPPF-502  -  Ability to dynamically change the settings of the client load balancer
Posted Jun 01, 2017 - updated Jun 11, 2017
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
    Enhancement
  • 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
    Client
  • Resolution
    RESOLVED
  • Priority
    Normal
  • Targetted for
    icon_milestones.png JPPF 5.2.7
Issue description
Currently, there is no way to dynamically chnage the algorithm or parmaters of the load balancer in the client. This can only be done statically in the configuration, whereas it is possible to change the server-side load balancing with the driver JMX APIs.

We propose to add 2 methods to JPPFClient to allow dynamic changes of its load-balancer, for instance:
public class JPPFClient {
  // change the load-balancer configuration
  public void setLoadBalancerConfig(LoadBalancingInformation currentInfo);
 
  // get the load-balancer configuration
  public LoadBalancingInformation getLoadBalancerConfig();
 
 ...
}

#3
Comment posted by
 lolo4j
Jun 11, 20:19
Implemented in: