raydp
raydp copied to clipboard
Two users cannot run their Spark driver on the same node and connect to the same Ray cluster.
https://github.com/oap-project/raydp/issues/175#issuecomment-1195190398
two users cannot run their Spark driver on the same node and connect to the same Ray cluster.
Start the java gateway with a random port.
Thank you @Bowen0729 , can you please add a test for this?
Thank you @Bowen0729 , can you please add a test for this?
Hi, I have added a test for this.
The CI is failed. What's the problem?
The CI is flaky these days. I just triggered a rerun of the failed test.
@carsonwang My test is passed, other tests on macos error.
@Bowen0729 Previously I saw you tried to test running two spark drivers on the same node, that is the test we want to have. Is there any challenge to do that?
@Bowen0729 Previously I saw you tried to test running two spark drivers on the same node, that is the test we want to have. Is there any challenge to do that?
Yes, the test can pass on my mac, but cannot pass for the CI, I think I need some help.
Sorry, I've been a little busy recently, so I don't have time to solve this problem. Thanks for helping.
@carsonwang the test still hangs sometime. Shall we skip the tests?
Ok. Let's skip it for now. Does it also hangs sometime on your local machine?
yes, it hangs sometime and when I ctrl-c it, it shows popen_fork, even if I should have set start_method to spawn.
Thanks all! Merged