You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an attempt to bring Ray.jl in alignment with upstream ray trunk, we replaced the "log file parsing" method of discovering connection parameters with the blessed method of using the GlobalStateAccessor. In the process we also swapped out the backend for the JuliaGCSClient from the PythonGCSClient in favor of the C++ GCSClient. Somewhere in this process, mysterious segfaults started to appear when running jobs on our kubernetes cluster (#226).
Given Beacon's current priorities, we can't dedicate the engineering effort to understanding the root cause of this, but still want to leave a release in a good state so at least our internal users can use Ray with some level of confidence. In order to do that, I propose we
In an attempt to bring Ray.jl in alignment with upstream ray trunk, we replaced the "log file parsing" method of discovering connection parameters with the blessed method of using the GlobalStateAccessor. In the process we also swapped out the backend for the JuliaGCSClient from the PythonGCSClient in favor of the C++ GCSClient. Somewhere in this process, mysterious segfaults started to appear when running jobs on our kubernetes cluster (#226).
Given Beacon's current priorities, we can't dedicate the engineering effort to understanding the root cause of this, but still want to leave a release in a good state so at least our internal users can use Ray with some level of confidence. In order to do that, I propose we
JuliaGcsClient::Del
#225max_retries
during task submission #215RayError
exceptions #221The text was updated successfully, but these errors were encountered: