Da-Hong opened a new issue #1322:
URL: https://github.com/apache/dubbo-go/issues/1322


   **What happened**:
   error log:
   zookeeper/listener.go:300       Send remoting event EventTypeAdd fail, path 
{/dubbo/config/dubbo/xxx.configurators}
   
   then lose listener with /dubbo/config/dubbo/xxx.configurators
   
   when create /dubbo/config/dubbo/temp will  trigger the /dubbo/config/dubbo 
listener then listen /dubbo/config/dubbo/xxx.configurators success
   
   I found the reason:
   GetDynamicConfiguration first async listen zk node when DataChange occure, 
the CacheListener may not init.
   Becasue the CacheListener init by subscribe function after.
   
   Maybe short ttl time can help, but not work perfect.
   
   **What you expected to happen**:
   listen config file 'xxx.configurators' success
   
   **How to reproduce it (as minimally and precisely as possible)**:
   create /dubbo/config/dubbo/xxx.configurators at zk and start client with 
config_center
   
   **Anything else we need to know?**:
   version 1.5.6 use zookeeper with config_center meta_center registry


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to