JingsongLi opened a new pull request, #294:
URL: https://github.com/apache/flink-table-store/pull/294

   In AbstractTableWrite, the Writer is cleaned up as soon as no new files are 
generated, which may lead to the changes generated after the compaction have 
not been committed, but the new data from the next checkpoint comes to create a 
new writer, which conflicts with the changes generated in the next round of 
checkpoint and the previous round, resulting in an exception:
   ```
   Caused by: java.lang.IllegalStateException: Trying to delete file 
{org.apache.flink.table.data.binary.BinaryRowData@5759f99e, 0, 0, 
data-7bf2498e-d0a1-42a5-97b7-b3860f10b076-0.orc} which is not previously added. 
Manifest might be corrupted.
   ```


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