From 789c6f3a9f94dc3b6e4c855920f0c8bbb033924a Mon Sep 17 00:00:00 2001 From: zhangyu6k Date: Sun, 25 Jun 2023 14:42:36 +0000 Subject: [PATCH] =?UTF-8?q?feat:=202.0.0=20=E7=A7=BB=E9=99=A4=E9=87=8D?= =?UTF-8?q?=E5=A4=8D=E7=9A=84ThreadLocal=E8=B5=8B=E5=80=BC=E5=8A=A8?= =?UTF-8?q?=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangyu6k --- .../com/aizuda/easy/retry/server/config/RequestDataHelper.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/easy-retry-server/src/main/java/com/aizuda/easy/retry/server/config/RequestDataHelper.java b/easy-retry-server/src/main/java/com/aizuda/easy/retry/server/config/RequestDataHelper.java index 9fafca27..c2c60968 100644 --- a/easy-retry-server/src/main/java/com/aizuda/easy/retry/server/config/RequestDataHelper.java +++ b/easy-retry-server/src/main/java/com/aizuda/easy/retry/server/config/RequestDataHelper.java @@ -42,8 +42,7 @@ public class RequestDataHelper { Map map = new HashMap<>(); map.put("partition", partition); RequestDataHelper.setRequestData(map); - - REQUEST_DATA.set(map); + }