JingsongLi opened a new pull request, #299: URL: https://github.com/apache/flink-table-store/pull/299
After checkpoint abort, the files in cp5 may fall into cp6, because the compaction commit is deleted first and then added, which may lead to: -Delete a file -Add the same file again This causes the deleted file not to be found. We need to properly process the merge of the compression files. -- 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]
