Open
Description
Description
Currently, ray logs
cannot access to previous actor logs if actors are restarted. Ideally, when the actor is restarted, users should be able to access all previous actor logs (worker logs).
This can be implemented by
(1) Whenever actors are restarted, include all previous worker ids.
(2) When we retrieve the actor log, we list all worker logs.
(3) Always return the latest worker logs by default, but also allow users to access the past worker logs
Use case
No response