-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nacos 服务端版本升级到2.0.3版本,客户端存在有某些服务器不能连接grpc端口的问题 #8250
Comments
我认为这并非代码问题,而是环境问题,有些可以有些不可以说明肯定是那个不可以的环境本身存在问题,导致了链接一直被rst |
对比了一下 机器的配置 所有的网络都是同一内网下,然后端口也是通的,想看看有没有其他排查的思路 |
有没有vip或者slb之类的中间层进行转发? 有的话可能是那个导致的。 |
他是源码吧 |
我想提交这个GrpcClient代码中的serverCheck的PR是否可以呢? 主要是增加这个3000的一个常量和一个方法进行获取 ,这样就和该类中的其他属性判断一致了, |
Hii |
Move to #9013 |
Issue Description
Type: bug report or feature request
Describe what happened (or what feature you want)
Nacos 服务端版本升级到2.0.3版本,客户端也升级相应的版本,部署出现提示
在出现上述提示的机器中已经做了tcp和http连通性测试 都是连接通 服务端8848 改成了9001 所以端口漂移为10001 也改过非默认 情况是一样的
并且客户端抓包分析了 已经握手了 然后客户端马上发了一个rst
在服务端抓包
Describe what you expected to happen
希望可以所有服务器都能正常使用,目前是只能换到能正常连接grpc 的服务器使用,觉得这个问题很奇怪,并且在我的k8s环境也出现了同样的问题,某个node 上的pod 不能连接部署在k8s 的nacos 服务 同样的报错
客户端版本引用截图
不知道是否升级版本可以解决此问题
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
环境是
<spring.cloud.version>Hoxton.SR12</spring.cloud.version>
<spring.cloud.alibaba.version>2.2.7.RELEASE</spring.cloud.alibaba.version>
org.springframework.boot
spring-boot-starter-parent
2.3.12.RELEASE
Anything else we need to know?
The text was updated successfully, but these errors were encountered: