dailai commented on code in PR #7787:
URL: https://github.com/apache/seatunnel/pull/7787#discussion_r1792886522
##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/CoordinatorService.java:
##########
@@ -275,6 +278,16 @@ private void initCoordinatorService() {
if (connectorJarStorageConfig.getEnable()) {
connectorPackageService = new
ConnectorPackageService(seaTunnelServer);
}
+ // task log manager service
+ if (engineConfig.getTelemetryConfig() != null
Review Comment:
This seems to be initialized when the master starts. It looks like it's only
created on the master node. Worker nodes do not seem to be considered.
--
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]