Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Adeptia checks available resources on every node of the cluster before allocating a job in round-robin method. In other words, Adeptia system will first check the availability of the resources on every node before allocating the job to the node next in sequence. If resources are not available on that node, it will move to the next node and check again before allocating the job. In case there is no resource available in any of the node of the cluster, then system will wait for the time set in abpm.node.resourceavailability.check.waiting.period property.

To enable resource-based allocation in Clustering:

  1. Go to ...\AdeptiaSuite-6.9\AdeptiaServer\ServerKernel\etc\cluster.
  2. Open cluster.properties file.
  3. Change the value of cluster.load.balance.policy from Round-Robin to Resource-Based-Round-Robin. 

    That is, change cluster.load.balance.policy=Round-Robin to

    cluster.load.balance.policy=Resource-Based-Round-Robin

     
  4. Save the file.
  5. Login to Adeptia Suite.
  6. Go to Administer > Setup> Application Settings.
  7. From Application Settings, go to Update System Properties > Load Management.
  8. In Load Management, set the threshold and waiting time in the relevant properties.
  9. Click Save.
  10. Restart Kernel and WebRunner.

Users can view the notification of unsuccessful allocation of the job to a node in the kernel logs file.

 

  • No labels