The PG uses data inactivity detection to detect latch deadlocks or other data inactivity on a gate. When a gate is installed, the PG begins inactivity detection after a configurable delay. You can configure two types of delay—a delay for terminations that do not include a latch event and a delay for terminations that do include a latch event. You can configure a very short delay for latch deadlock detection and a longer delay for other data inactivity.
To configure detection of latch deadlocks on a gate, include the data-inactivity-detection statement at the [edit services pgcp gateway gateway-name] hierarchy level.
- [edit services pgcp gateway gateway-name]
-
data-inactivity-detection {
-
inactivity-delay seconds;
-
latch-deadlock-delay seconds;
-
send-notification-on-delay;
-
inactivity-duration seconds;
-
stop-detection-on-drop;
-
-
report-service-change {
-
service-change-type (forced-906
| forced-910);
- }
- }