You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by "Hisoka-X (via GitHub)" <gi...@apache.org> on 2023/01/24 06:17:42 UTC

[GitHub] [incubator-seatunnel] Hisoka-X commented on a diff in pull request #3982: [Improve][Zeta] Statistics server job and system resource usage #3980

Hisoka-X commented on code in PR #3982:
URL: https://github.com/apache/incubator-seatunnel/pull/3982#discussion_r1084848542


##########
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.



-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org