This is an automated email from the ASF dual-hosted git repository. liubao pushed a commit to branch 2.8.x in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
commit 3ec35b210f918abee4425cfdd7bdaa66f1c64ab6 Author: liubao <[email protected]> AuthorDate: Mon Jun 12 16:27:38 2023 +0800 [SCB-2796]add debug info to check docker run fail --- .../main/java/org/apache/servicecomb/serviceregistry/RegistryUtils.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/service-registry/registry-service-center/src/main/java/org/apache/servicecomb/serviceregistry/RegistryUtils.java b/service-registry/registry-service-center/src/main/java/org/apache/servicecomb/serviceregistry/RegistryUtils.java index fe16cd4b6..cb63776d0 100644 --- a/service-registry/registry-service-center/src/main/java/org/apache/servicecomb/serviceregistry/RegistryUtils.java +++ b/service-registry/registry-service-center/src/main/java/org/apache/servicecomb/serviceregistry/RegistryUtils.java @@ -78,6 +78,8 @@ public final class RegistryUtils { } public static synchronized void init() { + LOGGER.error("todo debug information", new Exception()); + if (serviceRegistry != null) { if (DynamicPropertyFactory.getInstance() .getBooleanProperty(SERVICECOMB_SERVICE_REGISTRY_REPEATED_INITIALIZATION_ALLOWED, false).get()) {
