mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
use jobid_nil (#2044)
This commit is contained in:
parent
c7f3b8c4d3
commit
3ac0c08daa
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ ray::Status ObjectDirectory::GetLocations(const ObjectID &object_id,
|
|||
};
|
||||
|
||||
ray::Status ObjectDirectory::ExecuteGetLocations(const ObjectID &object_id) {
|
||||
JobID job_id = JobID::from_random();
|
||||
JobID job_id = JobID::nil();
|
||||
// Note: Lookup must be synchronous for thread-safe access.
|
||||
// For now, this is only accessed by the main thread.
|
||||
ray::Status status = gcs_client_->object_table().Lookup(
|
||||
|
|
Loading…
Add table
Reference in a new issue