-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P1Issue that should be fixed within a few weeksIssue that should be fixed within a few weeksbugSomething that is supposed to be working; but isn'tSomething that is supposed to be working; but isn't
Description
What is the problem?
Ray version and other system information (Python version, TensorFlow version, OS): 0.9dev
The driver logs to a python-core-driver-*
file correctly during the first ray.init()
, but then a subsequent ray.shutdown()
and ray.init()
does not produce a second file in the session logs. This is probably only relevant for pytests that run multiple ray sessions in the same process.
Reproduction (REQUIRED)
Any checked in pytest. For example, pytest python/ray/tests/test_basic.py
.
- 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.
Metadata
Metadata
Assignees
Labels
P1Issue that should be fixed within a few weeksIssue that should be fixed within a few weeksbugSomething that is supposed to be working; but isn'tSomething that is supposed to be working; but isn't