[Logging] Remove per worker job log file / support worker log rotation (#11927)

* In progress.

* MVP done.

* In Progress.

* Remove unnecessay code.

* Fix some issues.

* Fix test failures.

* Addressed code review + fix object spilling test failure.
This commit is contained in:
SangBin Cho
2020-11-16 11:29:43 -08:00
committed by GitHub
parent b6b54f1c81
commit f56d7c1a76
11 changed files with 215 additions and 254 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ from ray.autoscaler._private.constants import \
import ray.gcs_utils
import ray.utils
import ray.ray_constants as ray_constants
from ray.utils import setup_logger
from ray.ray_logging import setup_logger
from ray._raylet import GlobalStateAccessor
import redis