-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting temp directory does not really work #4641
Labels
P3
Issue moderate in impact or severity
Comments
Should be fixed by #4605. |
I tried on Ray 0.7.2 and it seems it is still not working correctly. If I set
And:
And:
|
cc @suquark |
Interesting. Let me look into it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System information
Describe the problem
It looks like setting
temp_dir
does not really fully work. I test by first doingray.init
and settingtemp_dir
. After running our test suite there are few errors which do not happen otherwise.Source code / logs
With having
temp_dir
set to/tmp/tmpz842giec/tmp
. I see first:After few workers are initialized and some tasks succeed, I see at one point:
Tests seem to continue though.
In tests I also try to connect to the Plasma store using
ray.worker.global_worker.plasma_client.store_socket_name
as location of the socket. But when I settemp_dir
it seems that is not providing anymore correct location because tests fails with:It is interesting that all test succeed except for the one trying to connect to the Plasma store. I still worry why these additional errors/warnings.
The text was updated successfully, but these errors were encountered: