Parameter: HEARTBEAT_POLLING_PERIOD

Definition

The polling period in milliseconds of the heartbeat mechanism

Description

The heartbeat mechanism is in charge of checking whether the instances are still alive by pinging them at regular intervals. The HEARTBEAT_POLLING_PERIOD parameter specifies the period in milliseconds between two pings. This mechanism detects down or newly restarted instances.

Notes:

  • The smaller the value, the faster the detection of down or restarted instances is and the shorter the service interruption is. However more network resources are used. A high value makes the service interruption longer but the network resources usage is lower when all goes well.
  • A similar parameter exists on client side through the com.highdeal.cnd.message.ServiceClientTuning class. Please consult this Java class documentation and the SAP CC Java API Reference (Javadoc) for more information.

Range: This parameter must be greater than 0.

Detailed Information

Name HEARTBEAT_POLLING_PERIOD

The polling period in milliseconds of the heartbeat mechanism

Category Parameter
Type Integer
Access (RO/RW)

RW(-): Dynamic Read / Static Write

An immediate change is not possible. For a deferred and permanent change, use the set command of the Admin+ user interface to change the parameter value for a specific type of instance in the SAP CC system. A restart is needed for permanent changes.

Group(s) System: Network and Communication
System Instances This system parameter is available in the following types of instances in a running SAP CC system: rater, updater, guider, bulkloader, taxer, dispatcher
Default Values (Factory Settings)
rater 2000
updater 2000
guider 2000
bulkLoader 2000
taxer 2000
dispatcher 2000
Constraint(s)

The SAP CC system checks the following constraints:

rater The parameter must be greater than or equal to 100
updater The parameter must be greater than or equal to 100
guider The parameter must be greater than or equal to 100
bulkLoader The parameter must be greater than or equal to 100
taxer The parameter must be greater than or equal to 100
dispatcher The parameter must be greater than or equal to 100