mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 21:08:13 +08:00
303d0fed3e
* Prevent plasma store and manager from dying when a worker dies. * Check errno inside of warn_if_sigpipe. Passing in errno doesn't work because the arguments to warn_if_sigpipe can be evaluated out of order.