-
Notifications
You must be signed in to change notification settings - Fork 13k
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 ERROR_TYPE_STATE_MACHINE #6877
Comments
删除~/nacos/data/protocol,然后再重启一次 |
现在状态机 某条log 执行出现报错 ,该节点就挂掉了,因为那条log 即使重试,也可能永远无法重放成功,会导致该节点不可用。 扩大开来: 目前看找不到可以恢复的手段! |
昨天nfs重建了,今天又挂了,错误是一致的,已经降级1.4.2,但142还有stop的bug,希望大佬尽快发布143,待203修复上面的问题再升级 |
别沉了,bump |
我看一下这个问题。 |
bump |
有更新吗 我们也遇到了同样的问题. |
能够稳定复现吗? |
我们已经遇到了几次,我把详细的过程整理到这个issue上,麻烦大佬帮忙看看! |
存储在nfs,是否会因为网络抖动导致存储失败?对于nacos集群一致性的数据是不是应该存在本地磁盘上? |
更新:只有#6441还不行,还需要像2.0那样修改pom文件,把httpcore和httpclient的版本定义删掉,直接用springboot自己定义的版本,否则还会因为版本不兼容stopped |
更新一下,心跳数量超大情况下,版本1也会出现同样的问题,只有Ieader的控制台页面显示有注册的dubbo临时服务实例(且数量不稳定),其他节点都是ERROR_TYPE_STATE_MACHINE状态,控制台页面显示没有一个服务注册实例。 |
这个问题我们通过修改代码增加异常捕获解决了。#7757 |
Describe the bug
Nacos 2.0.3 Cluster based k8s encounter an unrecoverable error, error log :
Expected behavior
No error.
Acutally behavior
jRaft state machine encountered unrecoverable error.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: