You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Pull Request resolved: meta-pytorch#802
the test added in D77348271 not withstanding, child process cleanup is evidently unreliable after D77392241 as evidenced by running `buck2 test fbcode//monarch/hyperactor_mesh:hyperactor_mesh` and observing that on completion, 100+ orphaned instances of `hyperactor_mesh_test_bootstrap` are left running.
this diff implements the only way i've found that fixes this problem (even reintroducing parent death detection via signal handling does not leading me to conclude it never did and that the line this diff puts back is in fact, the reason it seemed to).
ghstack-source-id: 301707897
exported-using-ghexport
Reviewed By: mariusae
Differential Revision: D79898223
fbshipit-source-id: 74001e5a1a763bd264acb7518f7970d2ccdc1478
0 commit comments