nacos: 1.4.0Version Server List 503

  • OS: Centos
  • Version nacos-server 1.4.0 image image

我使用docker部署集群模式, 部署后已经手动删除~/data/protocol, 并进行了重启. 现在 服务注册发现在我的项目中没有问题, 我想通过WEB UI来观察当前提供服务的实例. 我需要在页面点击查询三次才能看到我想要的信息, 进入详情需要刷新三次才能看到我想要的信息.

I use docker to deploy the cluster mode. After deployment, I have manually deleted ~/data/protocol and restarted it. Now the service registration found that there is no problem in my project. I want to observe the current service instance through the WEB UI. I need Click the query three times on the page to see the information I want, and enter the details to refresh three times to see the information I want.

我分别观察各个实例的 nacos.log 发现 错误的请求总会引发出现这个异常 java.lang.IllegalStateException: old raft protocol already stop 而正确的请求没有这种情况.

I observed the nacos.log of each instance and found that wrong requests always cause this exception java.lang.IllegalStateException: old raft protocol already stop, but correct requests do not have this situation.

image

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 17

Commits related to this issue

Most upvoted comments

我从1.3.1升级到1.4.1也遇到了这个问题