Configuring the indicators which determine which server to be used for load balancing - 8.0

Talend Installation Guide

Version
8.0
Language
English
Operating system
Windows
Subscription type
Subscription
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30
You can edit and overwrite the default configuration used to determine which server to be used for load balancing in cluster mode.

Procedure

  1. Open the monitoring_client.properties file which is located in the following .jar file:
    <ApplicationPath>\WEB-INF\lib\org.talend.monitoring.client-x.y.z.rabcd.jar
  2. Edit the values according to your needs.
    For example:
    # Set the default NbCPULimit.WEIGHT
    org.talend.monitoring.limits.NbCPULimit.WEIGHT=5
    
    # Set the default minimum required number of CPU here
    org.talend.monitoring.limits.NbCPULimit.LOWER_LIMIT=2
    
    # Set the default maximum required number of CPU here
    org.talend.monitoring.limits.NbCPULimit.HIGHER_LIMIT=2147483647
    Note: The weight values defined in this file (from 0 to 5) will impact the server to be used to process data.
  3. Save your modifications.
  4. Copy the edited file in the following directory to overwrite the one located in the .jar file:
    <ApplicationPath>\WEB-INF\lib\org.talend.monitoring.client-x.y.z.rabcd.jar