wujimin commented on a change in pull request #681: [SCB-526]fetch once from dynamic config source when boot up URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/681#discussion_r185523576
########## File path: dynamic-config/config-cc/src/main/java/org/apache/servicecomb/config/client/ConfigCenterClient.java ########## @@ -338,6 +365,7 @@ public void refreshConfig(String configcenter) { EventManager.post(new ConnFailEvent("fetch config fail")); LOGGER.error("Config refresh from {} failed.", configcenter); } + latch.countDown(); Review comment: no need to wait response body? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services