Jetiaime commented on issue #6738: URL: https://github.com/apache/seatunnel/issues/6738#issuecomment-2101911187
I found that there is a lock competition in `org.apache.seatunnel.engine.server.task.flow.SourceFlowLifeCycle#triggerBarrier`. When the savepoint barrier run in the `synchronized (collector.getCheckpointLock())`, it will get the checkpoint lock utill all record has been collected. -- 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]
