From 3ac0c08daa0a5879198ec7641493d7bcf4c04697 Mon Sep 17 00:00:00 2001 From: Melih Elibol Date: Sun, 13 May 2018 14:22:09 -0700 Subject: [PATCH] use jobid_nil (#2044) --- src/ray/object_manager/object_directory.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ray/object_manager/object_directory.cc b/src/ray/object_manager/object_directory.cc index d6063a399..990727e40 100644 --- a/src/ray/object_manager/object_directory.cc +++ b/src/ray/object_manager/object_directory.cc @@ -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(