abmo-x opened a new issue, #5310: URL: https://github.com/apache/iceberg/issues/5310
We have seen multi occurrences of this issue in our Flink pipeline where Iceberg Manifest has datafile which was never uploaded to S3. This could be related to https://github.com/apache/iceberg/issues/4168 ``` logger_name: org.apache.iceberg.aws.s3.S3OutputStream message: S3OutputStream initialized with S3_PATH_TO_FILE_THAT_DOESN'T_EXIST 2022-07-15T15:04:08.447+00:00 logger_name: org.apache.iceberg.io.BaseTaskWriter Complete data file GenericDataFile{content=data, file_path=PATH_TO_FILE_THAT_DOESN'T_EXIST file_format=PARQUET, spec_id=0, partition=PartitionData{date=2022-07-15, hour=14} ``` We have seen this for 5-6 data files in various partitions. One common pattern for all these files I found is that snapshot was triggered which triggered the Data File to be completed. But looks like the file never gets uploaded as I don't see any S3 PutObject or multi part upload requests for these data files. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
