biao-lvwan commented on issue #11862: URL: https://github.com/apache/hudi/issues/11862#issuecomment-2325440421
> The table seems invalid: > > ```java > Caused by: org.apache.hudi.exception.HoodieException: org.apache.hudi.exception.HoodieIOException: Could not check if hdfs://hdfs-name-node:9000/user/hive/warehouse/demo3.db is a valid table > 2024-09-02 15:26:44 at org.apache.hudi.sink.compact.CompactionCommitSink.lambda$commitIfNecessary$1(CompactionCommitSink.java:130) ~[hudi-flink1.17-bundle-0.15.0.jar:0.15.0] > 2024-09-02 15:26:44 at java.util.HashMap.computeIfAbsent(HashMap.java:1128) ~[?:1.8.0_392] > 2024-09-02 15:26:44 at org.apache.hudi.sink.compact.CompactionCommitSink.commitIfNecessary(CompactionCommitSink.java:125) ~[hudi-flink1.17-bundle-0.15.0.jar:0.15.0] > 2024-09-02 15:26:44 at org.apache.hudi.sink.compact.CompactionCommitSink.invoke(CompactionCommitSink.java:114) ~[hudi-flink1.17-bundle-0.15.0.jar:0.15.0] > 2024-09-02 15:26:44 at org.apache.hudi.sink.compact.CompactionCommitSink.invoke(CompactionCommitSink.java:59) ~[hudi-flink1.17-bundle-0.15.0.jar:0.15.0] > 2024-09-02 15:26:44 at org.apache.flink.streaming.api.operators.StreamSink.processElement(StreamSink.java:54) ~[flink-dist-1.17.1.jar:1.17.1] > 2024-09-02 15:26:44 at org.apache.flink.streaming.runtime.tasks.CopyingChainingOutput.pushToOperator(CopyingChainingOutput.java:75) ~[flink-dist-1.17.1.jar:1.17.1] > 2024-09-02 15:26:44 ... 11 more > 2024-09-02 15:26:44 Caused by: org.apache.hudi.exception.HoodieIOException: Could not check if hdfs://hdfs-name-node:9000/user/hive/warehouse/demo3.db is a valid table > ``` Yes, I noticed this, but this error only occurs during compaction. When querying flinksql, there is no 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
