27a73ad9ee
This has been a long-time problem. I tried to reduce the problem by having the orteds tell the HNP they were finalizing, and having the HNP wait until all orteds had reported or we timed out. What was observed was that all the orteds were correctly reporting that they are leaving, but the HNP is able to exit before the orteds, thus closing the orteds lifeline socket and generating the error output. This is caused by the fact that the orteds have to whack all remaining session directories, which includes that blasted monster shared memory file! Cleaning up the SM file can take quite a while. The HNP doesn't have that problem as there is no SM file there! So it gets out first. What we had done in the past to resolve that problem was put a little test in the OOB that checks to see if we are finalizing. If we are, then we ignore the lifeline connection being lost. That check was still in the code - however, we had lost the line in orte_finalize that set the flag!! This commit was SVN r17893. |
||
---|---|---|
.. | ||
base.h | ||
ess_base_close.c | ||
ess_base_get.c | ||
ess_base_open.c | ||
ess_base_put.c | ||
ess_base_select.c | ||
ess_base_std_app.c | ||
ess_base_std_orted.c | ||
ess_base_std_tool.c | ||
help-ess-base.txt | ||
Makefile.am |