lianghuan-xatu commented on code in PR #5542:
URL: https://github.com/apache/seatunnel/pull/5542#discussion_r1370354186
##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/CoordinatorService.java:
##########
@@ -259,6 +259,20 @@ private void restoreJobFromMasterActiveSwitch(@NonNull
Long jobId, @NonNull JobI
runningJobInfoIMap.remove(jobId);
return;
}
+ // Data jobImmutableInformationData =
jobInfo.getJobImmutableInformation();
+ // JobImmutableInformation jobImmutableInformation =
+ //
+ //
nodeEngine.getSerializationService().toObject(jobImmutableInformationData);
+ // List<ConnectorJarIdentifier> pluginJarIdentifiers =
+ // jobImmutableInformation.getPluginJarIdentifiers();
+ // pluginJarIdentifiers.forEach(
+ // pluginJarIdentifier -> {
+ // String storagePath =
pluginJarIdentifier.getStoragePath();
+ // if (!new File(storagePath).exists()) {
+ //
connectorPackageHAStorage.downloadConnectorJar(jobId,
+ // pluginJarIdentifier);
+ // }
+ // });
Review Comment:
I will remove this useless annotation.
--
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]