Weijie Guo created FLINK-29056: ---------------------------------- Summary: Throw PartitionNotFoundException if the partition file is not readable for hybird shuffle. Key: FLINK-29056 URL: https://issues.apache.org/jira/browse/FLINK-29056 Project: Flink Issue Type: Bug Components: Runtime / Network Affects Versions: 1.16.0 Reporter: Weijie Guo Fix For: 1.16.0
If data file is not readable especially data loss, throw PartitionNotFoundException to mark this result partition failed. Otherwise, the partition data is not regenerated, so failover can not recover the job. -- This message was sent by Atlassian Jira (v8.20.10#820010)