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
Medium: It is a significant difficulty but I can work around it.
The text was updated successfully, but these errors were encountered:
rynewang
added
bug
Something that is supposed to be working; but isn't
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
labels
Nov 15, 2024
jjyao
added
P2
Important issue, but not time-critical
and removed
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
labels
Nov 18, 2024
What happened + What you expected to happen
gcs::CreateErrorTableData
takes adouble timestamp
.Here it takes milliseconds from std clock:
ray/src/ray/raylet/node_manager.cc
Line 2177 in d4e2660
Here it takes nanoseconds from absl:
ray/src/ray/gcs/gcs_server/gcs_actor_manager.cc
Line 755 in d4e2660
We need to:
Versions / Dependencies
master
Reproduction script
Issue Severity
Medium: It is a significant difficulty but I can work around it.
The text was updated successfully, but these errors were encountered: