From 3f80cf3a1eda488adefab4e77240dfd665f47273 Mon Sep 17 00:00:00 2001 From: "chen.ma" Date: Sat, 29 Oct 2022 14:06:46 +0800 Subject: [PATCH] After the dynamic thread pool is modified multiple times, the queue prompt information is lost (#868) --- .../event/DynamicThreadPoolRefreshListener.java | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/hippo4j-spring-boot/hippo4j-config-spring-boot-starter/src/main/java/cn/hippo4j/config/springboot/starter/refresher/event/DynamicThreadPoolRefreshListener.java b/hippo4j-spring-boot/hippo4j-config-spring-boot-starter/src/main/java/cn/hippo4j/config/springboot/starter/refresher/event/DynamicThreadPoolRefreshListener.java index e570caa4..52a13cd7 100644 --- a/hippo4j-spring-boot/hippo4j-config-spring-boot-starter/src/main/java/cn/hippo4j/config/springboot/starter/refresher/event/DynamicThreadPoolRefreshListener.java +++ b/hippo4j-spring-boot/hippo4j-config-spring-boot-starter/src/main/java/cn/hippo4j/config/springboot/starter/refresher/event/DynamicThreadPoolRefreshListener.java @@ -105,10 +105,18 @@ public class DynamicThreadPoolRefreshListener extends AbstractRefreshListener