Closed
Description
What happened + What you expected to happen
gcs::CreateErrorTableData
takes a double 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:
We need to:
- figure out it takes ms or ns
- fix by changing arg to absl::Time
Versions / Dependencies
master
Reproduction script
Issue Severity
Medium: It is a significant difficulty but I can work around it.