corgy-w commented on code in PR #7787:
URL: https://github.com/apache/seatunnel/pull/7787#discussion_r1813087293
##########
config/seatunnel.yaml:
##########
@@ -37,6 +37,10 @@ seatunnel:
telemetry:
metric:
enabled: false
+ log:
Review Comment:
get
##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/master/JobHistoryService.java:
##########
@@ -265,6 +281,7 @@ private JobState toJobStateMapper(JobMaster jobMaster,
boolean simple) {
public void storeJobInfo(long jobId, JobDAGInfo jobInfo) {
finishedJobDAGInfoImap.put(jobId, jobInfo, finishedJobExpireTime,
TimeUnit.MINUTES);
+ System.out.println();
Review Comment:
get
--
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]