mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 04:20:14 +08:00
Log the Redis shard addresses as originally received from the head GCS. (#12011)
This commit is contained in:
@@ -86,6 +86,8 @@ static void GetRedisShards(redisContext *context, std::vector<std::string> *addr
|
||||
int port;
|
||||
ss >> port;
|
||||
ports->emplace_back(port);
|
||||
RAY_LOG(DEBUG) << "Received Redis shard address " << addr << ":" << port
|
||||
<< " from head GCS.";
|
||||
}
|
||||
freeReplyObject(reply);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user