You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/11/05 01:18:01 UTC

[GitHub] [skywalking] kuaikuai opened a new pull request #3782: Update EtcdCoordinator.java

kuaikuai opened a new pull request #3782: Update EtcdCoordinator.java
URL: https://github.com/apache/skywalking/pull/3782
 
 
   - Why submit this pull request?
   
   when EtcdCoordinator cannot connect to etcd cluster for a long time, 
   the information registered in etcd will expire and refresh() function will not work.
   
   - How to fix?
   When refresh() finds that the key does not exist, an exception is thrown, and we catch the exception to rewrite the registration information.
   
   

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


With regards,
Apache Git Services