Parameter: HEARTBEAT_DEAD_CONNECTION_PERIOD_COUNT
Definition
Description
The heartbeat mechanism is in charge of checking whether the instances are still alive by pinging them at regular intervals. The HEARTBEAT_DEAD_CONNECTION_PERIOD_COUNT parameter specifies the number of periods without response from an instance before considering the instance as down.
Notes:
- The dead connection timeout equals (number of periods * HEART_BEAT_POLLING_PERIOD).
- A value too small can make the heartbeat mechanism detect down connections even with a running instance because the remote instance may not have enough time to reply. A value too high makes service interruption very long when an instance is down.
- A similar parameter exists on client side through the com.highdeal.cnd.message.ServiceClientTuning class. Consult this class documentation and the SAP CC Java API Reference (Javadoc) for more information.
Detailed Information
| Name | HEARTBEAT_DEAD_CONNECTION_PERIOD_COUNT
|
|||||||||||||
| 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 |
|||||||||||||
| 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) |
|
|||||||||||||
| Constraint(s) |
The SAP CC system checks the following constraints:
|
|||||||||||||
