mirror of
https://github.com/wassname/ray.git
synced 2026-07-02 03:16:55 +08:00
[Java] Generate head redis port randomly (#6879)
* Random head port * address comments.
This commit is contained in:
@@ -58,7 +58,8 @@ ray {
|
||||
// Redis server, Raylet and object store.
|
||||
address: ""
|
||||
// If `redis.server` isn't provided, which port we should use to start redis server.
|
||||
head-port: 6379
|
||||
// If `head-port` is not provided, it will be generated randomly.
|
||||
// head-port: 6379
|
||||
// Below passwords should be consistent with the one defined in python/ray/ray_constants.py.
|
||||
// The password used to start the redis server on the head node.
|
||||
head-password: "5241590000000000"
|
||||
|
||||
Reference in New Issue
Block a user