-
Notifications
You must be signed in to change notification settings - Fork 7.4k
[core] Repeated warning about Worker log file creation #9082
Copy link
Copy link
Closed
Labels
P0Issues that should be fixed in short orderIssues that should be fixed in short orderbugSomething that is supposed to be working; but isn'tSomething that is supposed to be working; but isn't
Description
What is the problem?
On ray.init(), I get the following printed 16 times (one per worker it looks like).
(pid=<XXXX>) Could not create log file: File exists
(pid=<XXXX>) COULD NOT CREATE LOGFILE '20200621-222001.<XXXX>'!
Ray version and other system information (Python version, TensorFlow version, OS):
Python: 3.6.10
OS: MacOS 10.15.5
Latest Ray version (06/21/2020)
Reproduction (REQUIRED)
Please provide a script that can be run to reproduce the issue. The script should have no external library dependencies (i.e., use fake or mock data / environments):
If we cannot run your script, we cannot fix your issue.
- I have verified my script runs in a clean environment and reproduces the issue.
- I have verified the issue also occurs with the latest wheels.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P0Issues that should be fixed in short orderIssues that should be fixed in short orderbugSomething that is supposed to be working; but isn'tSomething that is supposed to be working; but isn't