pfzhan commented on code in PR #2183:
URL: https://github.com/apache/kylin/pull/2183#discussion_r1974651034


##########
src/common-service/src/main/java/org/apache/kylin/rest/cache/RedisCache.java:
##########
@@ -128,7 +127,6 @@ public static void getRedisClusterInfo() {
                     slaveNodes.append(host).append(" ");
                 } else {
                     masters.add(host);
-                    masterNodes.append(host).append(" ");

Review Comment:
   logger.info("redis cluster slave node: {}", slaveNodes); 
   
   The log uses slaveNodes info, so we can't delete it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@kylin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to