Done
Details
Assignee
Vance ShipleyVance ShipleyReporter
Vance ShipleyVance ShipleyPriority
MediumComponents
Details
Details
Assignee
Vance Shipley
Vance ShipleyReporter
Vance Shipley
Vance ShipleyPriority
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
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 restartintensity=1
andperiod=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 thanMaxR
answers were sent inMaxT
seconds.