LeonYoah commented on issue #9817: URL: https://github.com/apache/seatunnel/issues/9817#issuecomment-3253291405
> 这是master节点seatunnel.yaml的配置信息: > > seatunnel: > engine: > classloader-cache-mode: true > history-job-expire-minutes: 5 > backup-count: 0 > queue-type: blockingqueue > print-execution-info-interval: 60 > print-job-metrics-info-interval: 60 > slot-service: > dynamic-slot: false > slot-num: 50 > checkpoint: > interval: 10000 > timeout: 60000 > storage: > type: localfile > max-retained: 3 > plugin-config: > storage.type: localfile > namespace: /opt/seatunnel/checkpoint/ > telemetry: > metric: > enabled: false When you encounter a task card, can you try to print the heap memory usage of the master and worker to see the space of the young generation and old generation as well as the GC frequency? -- 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]
