zxding opened a new issue #3297:
URL: https://github.com/apache/hudi/issues/3297
at
org.apache.spark.SparkContext$$anonfun$runJob$5.apply(SparkContext.scala:2101)
at
org.apache.spark.scheduler.ResultTask.runTask(ResultTask.scala:90)
at org.apache.spark.scheduler.Task.run(Task.scala:123)
at
org.apache.spark.executor.Executor$TaskRunner$$anonfun$10.apply(Executor.scala:408)
at
org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:1360)
at
org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:414)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.hudi.exception.HoodieMetadataException: Failed to
retrieve files in partition hdfs://xxxx.xxx.xxx from metadata
at
org.apache.hudi.metadata.BaseTableMetadata.getAllFilesInPartition(BaseTableMetadata.java:129)
at
org.apache.hudi.common.fs.FSUtils.getFilesInPartition(FSUtils.java:284)
... 26 more
Caused by: org.apache.hudi.exception.HoodieMetadataException: Metadata
record for partition BO_PAR=202107/BO_PAR_1=E2 is inconsistent:
HoodieMetadataPayload {key=xxx=xxx/yyy=yyy, type=2,
creations=[9742759f-0f56-4295-8332-5b308b562b44-0_0-42-13013_20210717013250.parquet],
deletions=[9742759f-0f56-4295-8332-5b308b562b44-0_0-42-7461_20210719101256.parquet],
}
at
org.apache.hudi.metadata.BaseTableMetadata.fetchAllFilesInPartition(BaseTableMetadata.java:205)
at
org.apache.hudi.metadata.BaseTableMetadata.getAllFilesInPartition(BaseTableMetadata.java:127)
... 27 more
org.apache.hudi.exception.HoodieMetadataException: Metadata record for
partition xxx/xxxx is inconsistent: HoodieMetadataPayload {key=xxx, type=xx,
creations=[9742759f-0f56-4295-8332-5b308b562b44-0_0-42-13013_20210717013250.parquet],
deletions=[9742759f-0f56-4295-8332-5b308b562b44-0_0-42-7461_20210719101256.parquet],
}
--
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]