You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/07/19 18:03:50 UTC

[GitHub] [iceberg] abmo-x opened a new issue, #5310: Flink - Data File completed and added to Manifest but data file NotFound in S3 location

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: issues-unsubscribe@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] abmo-x closed issue #5310: Flink - Data File completed and added to Manifest but data file NotFound in S3 location

Posted by GitBox <gi...@apache.org>.
abmo-x closed issue #5310: Flink - Data File completed and added to Manifest but data file NotFound in S3 location
URL: https://github.com/apache/iceberg/issues/5310


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org