Open v4if opened 1 year ago
@iycheng can you triage this one?
@v4if could you share your script which can reproduce this? Seems like fd leak.
Use the java client to repeatedly call ray.init. Lots of create and delete interactive tasks. @imperio-wxm Could you provide a reproduction script
Mark as P2 until we have a repro script.
cc @SongGuyang for java client.
What happened + What you expected to happen
Repeatedly create and delete connections through ray.init, causing the socket fd of gcs_server to leak. The listening application leaks sockets, they are stuck in CLOSE_WAIT TCP state forever.
gcs_server.err log
:lsof |grep CLOSE_WAIT
:lsof |grep CLOSE_WAIT|wc -l
:57072
Versions / Dependencies
ray, version 2.5.0
Reproduction script
Repeatedly create and delete connections through ray.init.
Issue Severity
High: It blocks me from completing my task.