mirror of
https://github.com/wassname/ray.git
synced 2026-09-11 12:43:20 +08:00
[core] Add flag to enable object reconstruction during ray start (#9488)
* Add flag * doc * Fix tests
This commit is contained in:
@@ -390,6 +390,8 @@ CoreWorker::CoreWorker(const CoreWorkerOptions &options, const WorkerID &worker_
|
||||
absl::MutexLock lock(&mutex_);
|
||||
to_resubmit_.push_back(std::make_pair(current_time_ms() + delay, spec));
|
||||
} else {
|
||||
RAY_LOG(ERROR) << "Resubmitting task that produced lost plasma object: "
|
||||
<< spec.DebugString();
|
||||
RAY_CHECK_OK(direct_task_submitter_->SubmitTask(spec));
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user