You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2020/09/04 01:59:37 UTC

[GitHub] [dubbo-go] jack15083 commented on issue #734: 启动dubbo-go 服务过段时间zk的监听会报错,但是貌似不影响服务调用

jack15083 commented on issue #734:
URL: https://github.com/apache/dubbo-go/issues/734#issuecomment-686854869


   通过查看源吗我知道是什么问题了,感觉是有段代码有bug,希望尽快确认下
   
   zkEvent 在没有childEventCh输入时,zkEvent.path为空,定时器的任务还在执行,导致每隔10分钟就会有上面的报错 zk: invalid path
   
   代码位置remoting/zookeeper/listener.go 
   
   
   ![image](https://user-images.githubusercontent.com/2142066/92190941-f8811100-ee94-11ea-937a-82ca2bdcec3b.png)
   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org