zhilinli123 commented on issue #5952: URL: https://github.com/apache/seatunnel/issues/5952#issuecomment-1853750406
> > mysql table DDL and data volume? > > @zhilinli123 I found it is the same problem as the problem mentioned in issue #5299. Because "FlinkSinkWriter.snapshotState()" never be called, so "checkpointId" never ++, and the generated fileName was always the same , so the previous file was overwritten by the latter. > > And I encountered this problem using seatunnel + flink-1.15, but after I changed to seatunnel + flink-1.14 , every thing was ok. Let me look at the problem -- 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]
