centos telnet提示No route to host
通过cachecloud创建集群,在waitRedisServerFinish
这一步一直中断,看错误是
2021-09-28 15:24:51.556 WARN 45677 --- [-pool-thread-11] c.sohu.cache.task.impl.TaskServiceImpl : task 54 waitRedisServerFinish finish, result is 中断
2021-09-28 15:24:51.560 WARN 45677 --- [-pool-thread-11] c.s.c.redis.impl.AssistRedisServiceImpl : Please Make sure the file:application-${profile}.yml connection pool is configured correctly ! cachecloud.redis.main.host:10.4.7.1 cachecloud.redis.main.port:6379 cachecloud.redis.main.password:
2021-09-28 15:24:51.560 WARN 45677 --- [-pool-thread-11] c.s.c.redis.impl.AssistRedisServiceImpl : rpush cc:taskflow:495 2021-09-28 15:24:51.556 {task-execute-pool-thread-11} WARN TaskServiceImpl - task 54 waitRedisServerFinish finish, result is 中断 error null
一直没搞明白是怎么回事,然后没有什么头绪,然后尝试着从cachecloud所在的服务器 telnet一下redis资源服务器节点,然后报 如下错误
[root@bogon cachecloud-web]# telnet 10.4.7.189 7428
Trying 10.4.7.189...
telnet: connect to address 10.4.7.189: No route to host
可能是防火墙的原因,执行命令 关闭防火墙后可以正常执行
systemctl stop firewalld
还没有评论,来说两句吧...