mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 16:13:54 +08:00
Allow the node manager port and object manager port to be set through… (#3130)
* Allow the node manager port and object manager port to be set through ray start. * Linting * Fix Java test * Address comments.
This commit is contained in:
committed by
Philipp Moritz
parent
a404401dc6
commit
fd854ff090
@@ -179,6 +179,8 @@ public class RunManager {
|
||||
rayConfig.rayletExecutablePath,
|
||||
rayConfig.rayletSocketName,
|
||||
rayConfig.objectStoreSocketName,
|
||||
"0", // The object manager port.
|
||||
"0", // The node manager port.
|
||||
rayConfig.nodeIp,
|
||||
rayConfig.getRedisIp(),
|
||||
rayConfig.getRedisPort().toString(),
|
||||
|
||||
Reference in New Issue
Block a user