baiyangtx commented on code in PR #4116:
URL: https://github.com/apache/amoro/pull/4116#discussion_r2911227784
##########
amoro-common/src/main/java/org/apache/amoro/process/ProcessFactory.java:
##########
@@ -49,6 +50,8 @@ default ProcessTriggerStrategy triggerStrategy(TableFormat
format, Action action
return ProcessTriggerStrategy.METADATA_TRIGGER;
}
+ void availableExecuteEngines(Collection<ExecuteEngine> allAvailableEngines);
Review Comment:
1. When create a process, it must provide a engine name, so that process
service could find target execution engine to submit the process.
2. All registered engines. The procesFactory determines which engine to use
to create processes, such as if no RemoteEngine is available, the factory could
create a process which run on a local engine.
3. OK
--
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]