Open shadowdsp opened 7 months ago
Hi @shadowdsp this is expected now since these information is not persisted to redis so they will be lost after head node re-create
Hi @shadowdsp this is expected now since these information is not persisted to redis so they will be lost after head node re-create
Thank you @jjyao . Is there any plan to persist these information in the future? Now we need additional components to maintain historical task.
What happened + What you expected to happen
I'm using RayCluster with KubeRay, and I have configured GCS persistence with redis refers to kuberay gcs FT. I found once the raycluster head node is re-created, the historical job logs and task summaries in dashboard were lost even if I configured GCS persistence. Is it expected? And how can I view the historical job logs and task sumaries in dashboard after the head node re-create?
Cannot get the task summaries in old head node jobs.
Cannot get the job logs.
Versions / Dependencies
ray 2.9.0 kuberay-operator 1.0.0 python 3.8
Reproduction script
Issue Severity
High: It blocks me from completing my task.