zhongjiajie commented on code in PR #9594:
URL: https://github.com/apache/dolphinscheduler/pull/9594#discussion_r853699588


##########
dolphinscheduler-worker/src/main/java/org/apache/dolphinscheduler/server/worker/processor/TaskExecuteProcessor.java:
##########
@@ -161,7 +163,7 @@ public void process(Channel channel, Command command) {
         }
 
         // submit task to manager
-        boolean offer = workerManager.offer(new 
TaskExecuteThread(taskExecutionContext, taskCallbackService, 
alertClientService, taskPluginManager));
+        boolean offer = workerManager.offer(new 
TaskExecuteThread(taskExecutionContext, taskCallbackService, 
alertClientService, taskPluginManager, 
StorageOperateManager.getStorageOperate(ResUploadType.HDFS)));

Review Comment:
   we should add an issue to connect this ASAP



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to