danny0405 commented on issue #11202:
URL: https://github.com/apache/hudi/issues/11202#issuecomment-2109224081

   ```java
   Caused by: java.util.NoSuchElementException: FileID xxxxx of partition path 
dt=2019-02-20 does not exist.
   at 
org.apache.hudi.io.HoodieMergeHandle.getLatestBaseFile(HoodieMergeHandle.java:159)
   at org.apache.hudi.io.HoodieMergeHandle.(HoodieMergeHandle.java:121)
   at org.apache.hudi.io.FlinkMergeHandle.(FlinkMergeHandle.java:70)
   at org.apache.hudi.io.FlinkConcatHandle.(FlinkConcatHandle.java:53)
   at 
org.apache.hudi.client.HoodieFlinkWriteClient.getOrCreateWriteHandle(HoodieFlinkWriteClient.java:557)
   at 
org.apache.hudi.client.HoodieFlinkWriteClient.insert(HoodieFlinkWriteClient.java:175)
   at 
org.apache.hudi.sink.StreamWriteFunction.lambda$initWriteFunction$0(StreamWriteFunction.java:181)
   at 
org.apache.hudi.sink.StreamWriteFunction.lambda$flushRemaining$7(StreamWriteFunction.java:461)
   ```
   
   The error msg indicates that you enabled the inline clustering for Flink, 
can you disable that and try again by using the async clustering instead.


-- 
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...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to