You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2021-01-05 15:55:43,536 ERROR [NACOS-RAFT] error while notifying listener of key: com.alibaba.nacos.naming.domains.meta.xxxx-dev##DEFAULT_GROUP@@xxx-service
com.alibaba.nacos.api.exception.NacosException: com.alibaba.nacos.consistency.exception.ConsistencyException: com.alibaba.nacos.core.distributed.raft.exception.NoLeaderException: The Raft Group [naming_persistent_service] did not find the Leader node
at com.alibaba.nacos.naming.consistency.persistent.impl.PersistentServiceProcessor.remove(PersistentServiceProcessor.java:270)
at com.alibaba.nacos.naming.consistency.persistent.PersistentConsistencyServiceDelegateImpl.remove(PersistentConsistencyServiceDelegateImpl.java:63)
at com.alibaba.nacos.naming.consistency.DelegateConsistencyServiceImpl.remove(DelegateConsistencyServiceImpl.java:53)
at com.alibaba.nacos.naming.core.ServiceManager.onDelete(ServiceManager.java:240)
at com.alibaba.nacos.naming.consistency.persistent.PersistentNotifier.notify(PersistentNotifier.java:102)
at com.alibaba.nacos.naming.consistency.persistent.PersistentNotifier.onEvent(PersistentNotifier.java:132)
at com.alibaba.nacos.naming.consistency.persistent.PersistentNotifier.onEvent(PersistentNotifier.java:38)
at com.alibaba.nacos.common.notify.DefaultPublisher$1.run(DefaultPublisher.java:198)
at com.alibaba.nacos.common.notify.DefaultPublisher.notifySubscriber(DefaultPublisher.java:208)
at com.alibaba.nacos.common.notify.DefaultPublisher.receiveEvent(DefaultPublisher.java:186)
at com.alibaba.nacos.common.notify.DefaultPublisher.openEventHandler(DefaultPublisher.java:117)
at com.alibaba.nacos.common.notify.DefaultPublisher.run(DefaultPublisher.java:94)
Expected behavior
A clear and concise description of what you expected to happen.
Describe the bug
A clear and concise description of what the bug is.
k8s下nacos1.4.0,集群3节点,跑一段时间后,就会有一个节点有如下报错:
导致3个节点中2个节点关于服务注册的同步正常,但有如下报错的节点似乎不在同步该服务的注册信息,频繁刷新负载均衡后服务注册的页面会发现该服务频繁上下线,也会影响其他依赖该服务的接口时而报错,目前只能重启解决。
2021-01-05 15:55:43,536 ERROR [NACOS-RAFT] error while notifying listener of key: com.alibaba.nacos.naming.domains.meta.xxxx-dev##DEFAULT_GROUP@@xxx-service
com.alibaba.nacos.api.exception.NacosException: com.alibaba.nacos.consistency.exception.ConsistencyException: com.alibaba.nacos.core.distributed.raft.exception.NoLeaderException: The Raft Group [naming_persistent_service] did not find the Leader node
at com.alibaba.nacos.naming.consistency.persistent.impl.PersistentServiceProcessor.remove(PersistentServiceProcessor.java:270)
at com.alibaba.nacos.naming.consistency.persistent.PersistentConsistencyServiceDelegateImpl.remove(PersistentConsistencyServiceDelegateImpl.java:63)
at com.alibaba.nacos.naming.consistency.DelegateConsistencyServiceImpl.remove(DelegateConsistencyServiceImpl.java:53)
at com.alibaba.nacos.naming.core.ServiceManager.onDelete(ServiceManager.java:240)
at com.alibaba.nacos.naming.consistency.persistent.PersistentNotifier.notify(PersistentNotifier.java:102)
at com.alibaba.nacos.naming.consistency.persistent.PersistentNotifier.onEvent(PersistentNotifier.java:132)
at com.alibaba.nacos.naming.consistency.persistent.PersistentNotifier.onEvent(PersistentNotifier.java:38)
at com.alibaba.nacos.common.notify.DefaultPublisher$1.run(DefaultPublisher.java:198)
at com.alibaba.nacos.common.notify.DefaultPublisher.notifySubscriber(DefaultPublisher.java:208)
at com.alibaba.nacos.common.notify.DefaultPublisher.receiveEvent(DefaultPublisher.java:186)
at com.alibaba.nacos.common.notify.DefaultPublisher.openEventHandler(DefaultPublisher.java:117)
at com.alibaba.nacos.common.notify.DefaultPublisher.run(DefaultPublisher.java:94)
Expected behavior
A clear and concise description of what you expected to happen.
希望能弄明白该报错的含义和规避方法,如果出现该报错无法自行恢复,希望至少该节点能够报错挂掉好通过其他机制重启。有这个问题,导致不敢上生产使用。
Acutally behavior
A clear and concise description of what you actually to happen.
How to Reproduce
Steps to reproduce the behavior:
暂无复现的方法,目前环境跑的nacos,上注册了上百个服务,没跑4,5天就会出现现在的情况
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: