apache / dubbo-website

Apache Dubbo documents

Home Page:https://dubbo.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dubbo 优雅停机 报错。o.a.c.framework.recipes.cache.NodeCache Expected state [STARTED] was [STOPPED]

zhangdaohuai opened this issue · comments

环境配置 :
dubbo 3.2.10
curator 5.4.0
zk 3.5.10

2024-01-07 13:31:50.435 ERROR 9785 --- [ain-EventThread] o.a.c.framework.recipes.cache.NodeCache :

java.lang.IllegalStateException: Expected state [STARTED] was [STOPPED]
at org.apache.curator.shaded.com.google.common.base.Preconditions.checkState(Preconditions.java:821) ~[curator-client-5.4.0.jar!/:5.4.0]
at org.apache.curator.framework.imps.CuratorFrameworkImpl.checkState(CuratorFrameworkImpl.java:457) ~[curator-framework-5.4.0.jar!/:5.4.0]
at org.apache.curator.framework.imps.CuratorFrameworkImpl.checkExists(CuratorFrameworkImpl.java:484) ~[curator-framework-5.4.0.jar!/:5.4.0]
at org.apache.curator.framework.recipes.cache.NodeCache.reset(NodeCache.java:261) ~[curator-recipes-5.4.0.jar!/:5.4.0]
at org.apache.curator.framework.recipes.cache.NodeCache.access$100(NodeCache.java:60) ~[curator-recipes-5.4.0.jar!/:5.4.0]
at org.apache.curator.framework.recipes.cache.NodeCache$2.process(NodeCache.java:104) ~[curator-recipes-5.4.0.jar!/:5.4.0]
at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:77) ~[curator-framework-5.4.0.jar!/:5.4.0]
at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:532) ~[zookeeper-3.5.10.jar!/:3.5.10]
at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:507) ~[zookeeper-3.5.10.jar!/:3.5.10]