mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 21:08:13 +08:00
* Revert "Revert "Enable Ray client server by default (#13350)" (#13429)"
This reverts commit 560299972c.
* fix job id collision with ray client server
This commit is contained in:
@@ -70,7 +70,7 @@ void ProcessHelper::RayStart(std::shared_ptr<RayConfig> config,
|
||||
options.store_socket = store_socket;
|
||||
options.raylet_socket = raylet_socket;
|
||||
if (options.worker_type == WorkerType::DRIVER) {
|
||||
options.job_id = JobID::FromInt(1);
|
||||
options.job_id = JobID::FromInt(0);
|
||||
}
|
||||
options.gcs_options = gcs_options;
|
||||
options.enable_logging = true;
|
||||
|
||||
Reference in New Issue
Block a user