Print the current dubbo version number

pull/1018/head
baymax 3 years ago
parent 305a2edcf5
commit 40ec9a278b

@ -114,7 +114,7 @@ public class DubboThreadPoolAdapter implements ThreadPoolAdapter, ApplicationLis
ConcurrentMap<Integer, ExecutorService> executorServiceMap = data.get(poolKey);
executorServiceMap.forEach((key, value) -> DUBBO_PROTOCOL_EXECUTOR.put(String.valueOf(key), (ThreadPoolExecutor) value));
} catch (Exception ex) {
log.error("Failed to get Dubbo {}.X protocol thread pool", isLegacyVersion ? "2" : "3", ex);
log.error("Failed to get Dubbo {} protocol thread pool", Version.getVersion(), ex);
}
}
}

Loading…
Cancel
Save