Log the Redis shard addresses as originally received from the head GCS. (#12011)

This commit is contained in:
dHannasch
2020-11-17 14:11:17 -07:00
committed by GitHub
parent 010e6cef3f
commit b5dfdb2a21
+2
View File
@@ -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);
}