1032851561 opened a new issue, #8087:
URL: https://github.com/apache/hudi/issues/8087

   **split_reader don't checkpoint before consuming all splits**
   
   - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)?
   
   - Join the mailing list to engage in conversations and get faster support at 
[email protected].
   
   - If you have triaged this as a bug, then file an 
[issue](https://issues.apache.org/jira/projects/HUDI/issues) directly.
   
   **Describe the problem you faced**
   
   When using flink to incrementally query a mor table with many 
splits(read.start-commit=earliest),The first checkpoint of the reader is 
successful after all splits are consumed. It takes a lot of time to cause 
checkpoint timeout. In my understanding, the process of reading data based on 
mini batch can trigger and complete the checkpoint.
   
   
![image](https://user-images.githubusercontent.com/15909510/222608944-4a2109e5-2e05-4c2b-a2b5-59dfe4c5d40a.png)
   
    
   
   **To Reproduce**
   
   Steps to reproduce the behavior:
   
   1. mor table with many splits
   2. read.start-commit=ealiest
   3. read.tasks=1
   4. checkpoint interval=10s and checkpoint timeout=10min
   
   **Environment Description**
   
   * Hudi version : 0.11.1
   
   * flink version : 1.14.5
   
   
   **Stacktrace**
   
   `Caused by: org.apache.flink.util.FlinkRuntimeException: Exceeded checkpoint 
tolerable failure threshold.`
   
   
   


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