diff options
author | joewilliams <[email protected]> | 2011-06-09 07:58:01 -0700 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-09-06 09:51:39 +0200 |
commit | feecf39417a1a5f2114a5fc18c7e0207fb642eee (patch) | |
tree | 1ec80f793d6ffb646197bdb817303bc97234e66f /lib/diameter/src/compiler/diameter_spec_util.erl | |
parent | 751ec4f918bed2f5455538e6296c6b925bcca002 (diff) | |
download | otp-feecf39417a1a5f2114a5fc18c7e0207fb642eee.tar.gz otp-feecf39417a1a5f2114a5fc18c7e0207fb642eee.tar.bz2 otp-feecf39417a1a5f2114a5fc18c7e0207fb642eee.zip |
General improvements to release_handler_1:get_supervised_procs
The core issues this patch attempts to solve is two fold, 1) have
release_handler_1 act slightly differently in two corner cases and 2)
clean up the code in get_supervised_procs/0 to remove nested cases and
etc.
Regarding #1, get_supervised_procs/0 will now call functions to
test to see if the supervisor is suspended before attempting to ask it
for a list of children. It now will print an error message regarding
the suspended supervisor and produce an error that will cause the VM
to restart. Previously it would timeout attempting the call to
which_children and the VM would restart without any details regarding
the reason.
The second corner case is if in a child specification a supervisor is
incorrectly stated to be a worker and get_modules is called against it.
A timeout will occur causing a VM restart. Similar to the last corner
case in this patch an error message is printed and an error is emitted
causing a VM restart.
When first looking into the issue it was hard to discover why my
upgrades where failing. All I received during the upgrade process was
a timeout and a VM restart, no other information. This patch should
help users track down issues like these.
Regarding #2, due to the above confusion in trying to figure out what
had happened I dug into the code and started tracing it through and
found that the nested case statements and etc made it confusing. So I
started to rework and clean up, hopefully making this code path clearer
to future readers.
Diffstat (limited to 'lib/diameter/src/compiler/diameter_spec_util.erl')
0 files changed, 0 insertions, 0 deletions