yinshile commented on issue #8772: URL: https://github.com/apache/seatunnel/issues/8772#issuecomment-2781868308
这个我遇到过,是因为oracle-cdc同步数据会越来越慢,比如第10天其实只同步了前8天的数据,第20天只同步到前15天的数据,第30天只同步了22天的数据,如果归档日志保存时间只有7天,那在第30天的时候,快照那边保存的是第22天的归档日志sequence位置,这时去同步前8天的日志,这时就会报对应的sequence位置找不到 -- 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]
