zhaoli2333 commented on issue #5952:
URL: https://github.com/apache/seatunnel/issues/5952#issuecomment-1840266676

   > mysql table DDL and data volume?
   
   I found it is the same problem as the problem mentioned in issue 
https://github.com/apache/seatunnel/issues/5299.
   Because "FlinkSinkWriter.snapshotState()" never be called, so  
"checkpointId" never ++, and the generated fileNames was always the same , so 
the previous file was overwritten by the latter.
   
   And I met this problem using seatunnel + flink-1.15, but after I changed to 
seatunnel + flink-1.14 , every thing was ok.


-- 
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]

Reply via email to