Ruiyang Wang

Results 78 comments of Ruiyang Wang

Hypothesis: we create unix sockets in temp dirs, but NFS does not support unix sockets so the creation failed, then the reading failed.

removeOwnedChild needs a redo. Now we call it in ProcessFD dtor. However there are times we deallocate ProcessFD and does not track the process anymore, yet we don't want to...

Updated, now the subreaper test works. i.e. if the worker is dead, its subprocesses are sigkilled.

Note: 1. we may not want a hard sigkill at first. We can do something like "sigterm, after 5s then sigkill". 2. I am wondering how waterproof is this approach....

# addressed > decouple Intention of the decouple was to make the spawned process be reparented to 1 (init), however if we have subreaper the double forked subprocess will be...

In spirit of not breaking anything, set the flag to default=false and added back `decouple`.

Only failure is a linkcheck which is in rllib, not relevant. Should be ok now.

Hi @mattip after some discussions we decide to not update on our end because in pip it works fine. Would you mind continuing the path in https://github.com/conda-forge/conda-forge-repodata-patches-feedstock/pull/638 and we can...

I don't have extensive conda knowledge but based on the issue I guess grpcio compiled by conda is broken, while the one compiled by pip is good, so Ray don't...