<div dir="ltr">You shouldn't raise the same alarm several times. Once it is raised the alarm state exists until You clear it. In my opinion the bug is that several copies of the alarm is saved, not that they are not all cleared.<div>
<br><div>I think that the default alarm handler should be considered as just a primitive example. The documentation says</div><div>"One simple event handler is installed in the alarm handler at start-up, but users are encouraged to write and install their own handlers."</div>
<div><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jun 30, 2014 at 6:26 PM, Anthony Ramine <span dir="ltr"><<a href="mailto:n.oxyde@gmail.com" target="_blank">n.oxyde@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I would say the bug is in the code, if I had 10 alarms for low memory during the night, I would like to clear them all at once once I fixed the problem.<br>

<br>
What does the OTP team say?<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Anthony Ramine<br>
<br>
Le 25 juin 2014 à 10:47, Dmitry Kolesnikov <<a href="mailto:dmkolesnikov@gmail.com">dmkolesnikov@gmail.com</a>> a écrit :<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
> Hello,<br>
><br>
> The alarm_handler documentation says:<br>
> <a href="http://www.erlang.org/doc/man/alarm_handler.html" target="_blank">http://www.erlang.org/doc/man/alarm_handler.html</a><br>
><br>
> — CLIP —<br>
> clear_alarm(AlarmId) -> void()<br>
><br>
> Clears all alarms with id AlarmId.<br>
> — CLIP —<br>
><br>
> but code does not clears all alarms, it clears the last one<br>
><br>
> <a href="https://github.com/erlang/otp/blob/maint/lib/sasl/src/alarm_handler.erl#L83" target="_blank">https://github.com/erlang/otp/blob/maint/lib/sasl/src/alarm_handler.erl#L83</a><br>
><br>
> — CLIP —<br>
> {ok, lists:keydelete(AlarmId, 1, Alarms)};<br>
> — CLIP —<br>
><br>
> I can patch alarm_handler if needed but I think the bug in documentation?<br>
><br>
> Best Regards,<br>
> Dmitry<br>
> _______________________________________________<br>
> erlang-bugs mailing list<br>
> <a href="mailto:erlang-bugs@erlang.org">erlang-bugs@erlang.org</a><br>
> <a href="http://erlang.org/mailman/listinfo/erlang-bugs" target="_blank">http://erlang.org/mailman/listinfo/erlang-bugs</a><br>
<br>
_______________________________________________<br>
erlang-bugs mailing list<br>
<a href="mailto:erlang-bugs@erlang.org">erlang-bugs@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-bugs" target="_blank">http://erlang.org/mailman/listinfo/erlang-bugs</a><br>
</div></div></blockquote></div><br></div>