You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by GitBox <gi...@apache.org> on 2022/06/29 10:44:28 UTC

[GitHub] [incubator-shenyu] qicz opened a new issue, #3633: [BUG] zookeeper sync throw exception KeeperErrorCode

qicz opened a new issue, #3633:
URL: https://github.com/apache/incubator-shenyu/issues/3633

   ### Is there an existing issue for this?
   
   - [X] I have searched the existing issues
   
   ### Current Behavior
   
   _No response_
   
   ### Expected Behavior
   
   _No response_
   
   ### Steps To Reproduce
   
   _No response_
   
   ### Environment
   
   ```markdown
   ShenYu version(s): master
   ```
   
   
   ### Debug logs
   
   ```
   	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
   	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
   	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
   	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
   	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
   	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
   	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
   	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
   	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
   	at java.lang.Thread.run(Thread.java:748)
   Caused by: org.apache.zookeeper.KeeperException$UnimplementedException: KeeperErrorCode = Unimplemented for /shenyu/intranet/plugin/sign
   	at org.apache.zookeeper.KeeperException.create(KeeperException.java:106)
   	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:1637)
   	at org.apache.curator.framework.imps.CreateBuilderImpl$17.call(CreateBuilderImpl.java:1180)
   	at org.apache.curator.framework.imps.CreateBuilderImpl$17.call(CreateBuilderImpl.java:1156)
   	at org.apache.curator.connection.StandardConnectionHandlingPolicy.callWithRetry(StandardConnectionHandlingPolicy.java:67)
   	at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:81)
   	at org.apache.curator.framework.imps.CreateBuilderImpl.pathInForeground(CreateBuilderImpl.java:1153)
   	at org.apache.curator.framework.imps.CreateBuilderImpl.protectedPathInForeground(CreateBuilderImpl.java:607)
   	at org.apache.curator.framework.imps.CreateBuilderImpl.forPath(CreateBuilderImpl.java:597)
   	at org.apache.curator.framework.imps.CreateBuilderImpl.forPath(CreateBuilderImpl.java:51)
   	at org.apache.shenyu.register.client.server.zookeeper.ZookeeperClient.createOrUpdate(ZookeeperClient.java:159)
   	... 124 common frames omitted
   2022-06-29 18:41:42 [main-EventThread] INFO  org.apache.curator.framework.state.ConnectionStateManager - State change: SUSPENDED
   ```
   
   ### Anything else?
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shenyu.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shenyu] 1076718373 commented on issue #3633: [BUG] zookeeper sync throw exception KeeperErrorCode

Posted by "1076718373 (via GitHub)" <gi...@apache.org>.
1076718373 commented on issue #3633:
URL: https://github.com/apache/shenyu/issues/3633#issuecomment-1425558895

   @qicz Hello, I also encountered this problem. Have you solved the problem?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shenyu.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-shenyu] hgaol commented on issue #3633: [BUG] zookeeper sync throw exception KeeperErrorCode

Posted by GitBox <gi...@apache.org>.
hgaol commented on issue #3633:
URL: https://github.com/apache/incubator-shenyu/issues/3633#issuecomment-1170974354

   I've checked the zookeeper version (3.5.7) and curator version (4.3.0), they should be matched. https://mvnrepository.com/artifact/org.apache.curator/curator-client/4.3.0. Maybe there's other issue like network or something else?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shenyu.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shenyu] yu199195 closed issue #3633: [BUG] zookeeper sync throw exception KeeperErrorCode

Posted by "yu199195 (via GitHub)" <gi...@apache.org>.
yu199195 closed issue #3633: [BUG] zookeeper sync throw exception KeeperErrorCode 
URL: https://github.com/apache/shenyu/issues/3633


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shenyu.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-shenyu] qicz commented on issue #3633: [BUG] zookeeper sync throw exception KeeperErrorCode

Posted by GitBox <gi...@apache.org>.
qicz commented on issue #3633:
URL: https://github.com/apache/incubator-shenyu/issues/3633#issuecomment-1169827685

   maybe the curator version does not match the zookeeper, the zookeeper is often difficult to upgrade.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shenyu.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org