JNSimba commented on issue #80: URL: https://github.com/apache/doris-flink-connector/issues/80#issuecomment-2221932158
This happens during the Commit phase. The transaction ID recorded in the checkpoint has expired on the FE side. If you commit again, the above error will occur. You cannot start from the checkpoint at this time. You can extend the expiration time by modifying the streaming_label_keep_max_second configuration in fe.conf. The default is 12 hours. BTW,The latest version also supports the sink.ignore.commit-error property. If you confirm that the txn has succeeded, you can skip the error. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org