Eliminate Logging Noise in AAA Server

Description

Currently for every shutdown of the ocs_eap_aka_fsm_sup supervisor a supervisor report is logged at level error. This is not an error, the supervisor is restarted because it is permanent but has restart intensity=1 and period=0.

The correct solution to the root problem is to refactor the supervision to use auto shutdown instead.

This feature was introduced in OTP 24 with stdlib-3.1.5 to implement EAP 56

Due to the maximum restart intensity (MaxR, MaxT) of the parent supervisor this issue would cause the AAA to stop responding to Diameter-EAP-Request (DER) if more than MaxR answers were sent in MaxT seconds.

Environment

None

Activity

Show:
Done

Details

Assignee

Reporter

Priority

Components

Created August 18, 2023 at 12:10 AM
Updated August 24, 2023 at 5:30 AM
Resolved August 24, 2023 at 5:30 AM

Flag notifications