happyboy1024 commented on issue #6738: URL: https://github.com/apache/seatunnel/issues/6738#issuecomment-2102267786
> > Can you give a detailed log of the zeta engine? > > It seems like not the lock competition, but the `org.apache.seatunnel.connectors.seatunnel.jdbc.internal.JdbcInputFormat#resultSet.next()` always be `true`. So the lock will not give always utill all ResultSet record has been collected. > Yes, I'm not sure if your source table has a primary key because you didn't set the partition column, which may result in only one split being present, and then savepoint is waiting for the currently split executing. So we need to observe some key information from the zeta engine logs. -- 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]
