WangJPLeo commented on code in PR #9594:
URL: https://github.com/apache/dolphinscheduler/pull/9594#discussion_r853684921
##########
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:
Yes, the currently created resources do not have a clear file storage mark
to which they belong. After confirming with the test, the current default is
HDFS. I think this can be optimized in the future. @zhongjiajie
--
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]