-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 cluster is running with 1.X mode, can't accept gRPC request temporarily. Please check the server status or close Double write to force open 2.0 mode. Detail https://nacos.io/en-us/docs/2.0.0-upgrading.html. at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:271) #7529
Comments
检查下你的/home/{userName}/nacos是不是有1.x的数据。如果有nacos会对这些数据升级 |
你好 我之前没有安装部署过nacos 我直接使用的nacos的2.0.3的镜像进行了部署 所以道理上不可能存在1.X的数据 但是为了排除您的疑虑 我还是重新开了一个新的数据库 里面没有数据 直接使用nacos包中的sql文件新建数据库 但是还是出现了那个错误。 |
我觉得这种机制害死人,是否有方法改进。 |
我也遇到过这个问题,大概率集群配置问题,检查一下cluster.conf文件,并检查集群设置上线情况。我设置localhost不同端口,导致部分节点无法上线,注册服务失败。 |
这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
我也遇到了Nacos cluster is running with 1.X mode, can't accept gRPC request temporarily. Please check the server status or close Double write to force open 2.0 mode. Detail https://nacos.io/en-us/docs/2.0.0-upgrading.html. 当我发现启动服务控制台报错后,打开Nacos的控制面板会多加入一个Nginx 配置的节点信息 |
检查一下集群每个节点中cluster.conf配置文件,看看自己升级的节点是否在这个文件中,需要保证这个文件内容正确。 |
这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
可以在NACOS启动JVM增加参数 -Dnacos.core.support.upgrade.from.1x=false 实现吗 |
这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
我也出现了这种情况,然后执行关闭了双写之后业务代码启动正常。 |
#6791 (comment)
Nacos cluster is running with 1.X mode, can't accept gRPC request temporarily. Please check the server status or close Double write to force open 2.0 mode. Detail https://nacos.io/en-us/docs/2.0.0-upgrading.html. at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:271)
可以看到他使用的是2.0.3的版本,请问本来就是2.X的版本还需要升级吗
我也遇到了相同的问题,如果需要某个开关才能open 2.0 mode,请给一个具体的链接。在官方的文档并不能找到具体的操作步骤。
谢谢。
The text was updated successfully, but these errors were encountered: