Skip to content
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

[core] Repeated warning about Worker log file creation #9082

Closed
2 tasks done
ijrsvt opened this issue Jun 22, 2020 · 0 comments · Fixed by #9063
Closed
2 tasks done

[core] Repeated warning about Worker log file creation #9082

ijrsvt opened this issue Jun 22, 2020 · 0 comments · Fixed by #9063
Labels
bug Something that is supposed to be working; but isn't P0 Issues that should be fixed in short order

Comments

@ijrsvt
Copy link
Contributor

ijrsvt commented Jun 22, 2020

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.
@ijrsvt ijrsvt added bug Something that is supposed to be working; but isn't triage Needs triage (eg: priority, bug/not-bug, and owning component) labels Jun 22, 2020
@richardliaw richardliaw added P0 Issues that should be fixed in short order and removed triage Needs triage (eg: priority, bug/not-bug, and owning component) labels Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that is supposed to be working; but isn't P0 Issues that should be fixed in short order
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants