mirror of
https://github.com/wassname/ray.git
synced 2026-09-11 12:43:20 +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
@@ -29,6 +29,10 @@
|
||||
namespace ray {
|
||||
|
||||
struct ObjectManagerConfig {
|
||||
/// The port that the object manager should use to listen for connections
|
||||
/// from other object managers. If this is 0, the object manager will choose
|
||||
/// its own port.
|
||||
int object_manager_port;
|
||||
/// The time in milliseconds to wait before retrying a pull
|
||||
/// that fails due to client id lookup.
|
||||
uint pull_timeout_ms;
|
||||
|
||||
Reference in New Issue
Block a user