mirror of
https://github.com/wassname/ray.git
synced 2026-07-09 02:25:42 +08:00
support dynamic library loading in C++ worker (#13734)
This commit is contained in:
@@ -1580,13 +1580,9 @@ def build_cpp_worker_command(
|
||||
The command string for starting CPP worker.
|
||||
"""
|
||||
|
||||
# TODO(Guyang Song): Remove the arg is_default_worker.
|
||||
# See `cluster_mode_test.cc` for why this workaround is currently needed
|
||||
# for C++ workers.
|
||||
command = [
|
||||
DEFAULT_WORKER_EXECUTABLE, plasma_store_name, raylet_name,
|
||||
str(node_manager_port), redis_address, redis_password, session_dir,
|
||||
"is_default_worker"
|
||||
str(node_manager_port), redis_address, redis_password, session_dir
|
||||
]
|
||||
|
||||
return command
|
||||
|
||||
Reference in New Issue
Block a user