liugddx commented on code in PR #3982:
URL:
https://github.com/apache/incubator-seatunnel/pull/3982#discussion_r1089645890
##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/CoordinatorService.java:
##########
@@ -519,24 +524,129 @@ public void printExecutionInfo() {
int poolSize = threadPoolExecutor.getPoolSize();
long completedTaskCount = threadPoolExecutor.getCompletedTaskCount();
long taskCount = threadPoolExecutor.getTaskCount();
+
+ AtomicLong createdJobCount = new AtomicLong();
Review Comment:
> I think maybe we should change the time to print the info. If only print
when job done, streaming job will never print this info.
Done.
--
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]