Currently, when a fork happens, the dyad context is not re-initialized, which potentially causes UCX endpoint creation errors. We have to investigate what to reinitialize.
Current thoughts
- Reintialize DYAD CTX.
- check if UCX can be reinitialized from the forked process.
Currently, when a fork happens, the dyad context is not re-initialized, which potentially causes UCX endpoint creation errors. We have to investigate what to reinitialize.
Current thoughts