mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 19:33:06 +08:00
Remove misleading error message (#7265)
This commit is contained in:
@@ -150,7 +150,7 @@ void CoreWorkerDirectTaskSubmitter::RetryLeaseRequest(
|
||||
// A local request failed. This shouldn't happen if the raylet is still alive
|
||||
// and we don't currently handle raylet failures, so treat it as a fatal
|
||||
// error.
|
||||
RAY_LOG(FATAL) << "Lost connection with local raylet. Error: " << status.ToString();
|
||||
RAY_LOG(FATAL) << status.ToString();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user