Explorar o código

[BUG-6353][MasterServer] fix event handle slowly (#6375)

Co-authored-by: caishunfeng <534328519@qq.com>
caishunfeng %!s(int64=3) %!d(string=hai) anos
pai
achega
67094d0f7f

+ 1 - 1
dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java

@@ -263,7 +263,7 @@ public class WorkflowExecuteThread implements Runnable {
             return key;
         }
 
-        key = String.format("{}_{}_{}",
+        key = String.format("%d_%d_%d",
                 this.processDefinition.getCode(),
                 this.processDefinition.getVersion(),
                 this.processInstance.getId());