Skip to content
Success

#20805 (Mar 6, 2026, 9:21:30 PM)

Started 1 day 6 hr ago
Took 6 min 32 sec on build5-deb12build-ansible

Started by upstream project gerrit-osmo-s1gw build number 621
originally caused by:

This run spent:

  • 11 sec waiting;
  • 6 min 32 sec build duration;
  • 6 min 43 sec total from scheduled to completion.
Revision: bee7ada183e009fc7ee3cf7d74ecbf192e837ce6
Repository: $GERRIT_REPO_URL
  • master
pfcp_peer: replace watchdog process with a timer

The watchdog process is spawned bare (no link/monitor), so if it
crashes its failure goes unnoticed, and if pfcp_peer restarts the
orphaned watchdog may fire a stale cast at the new process.

The watchdog process exists solely to send a delayed message to
pfcp_peer on timeout, and to be cancelled (by receiving
heartbeat_response) when the response arrives.  That's exactly what
erlang:start_timer/3 does natively - no separate process needed.

Change-Id: I8d71ad8300feefb0aecbf690a825a2b4e9f1102c
Vadim Yanitskiy at