Open xccui opened 1 year ago
Guess there are some inconsistency while enabling the MDT during the generation of compaction plan.
which version of hudi are you using?
which version of hudi are you using?
I built a snapshot version based on the commit in the description.
Use a Flink streaming job to write MoR tables. The compaction of a series of table was blocked by the following exception. It seems that the parquet file name in the compaction plan differs from the actual file name in terms of the write token part.
The actual file is
55078b57-488a-4be1-87ac-204548d3ec66_1-5-24_20230420023427524.parquet
.Environment Description
Hudi version : bdb50ddccc9631317dfb06a06abc38cbd3714ce8
Flink version : 1.16.1
Storage (HDFS/S3/GCS..) : S3
Running on Docker? (yes/no) :
Additional context
The job had metadata enabled first. I disabled the metadata table when restarting the job from a checkpoint.