Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Deflakey test advanced 9 (ray-project#35247)
Previously a bug was fixed in ray-project#33311 where pubsub causes the leak. Somehow the fix has race conditions and got triggered later when code changes. The test is flakey because there is a race condition between raylet sending node failure and core worker exit itself. When disconnect is sent to Raylet, Raylet will start to report worker failure. But the worker still continue to run. GCS uses worker failure to close the connection. But if the worker is still alive, the worker might send another request the GCS which will lead to the FD leak. Compare with ray-project#34883 it's a short term fix and the goal is to make the case the same as 2.3. Signed-off-by: Marcus Zhang <[email protected]>
- Loading branch information