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 2021/01/06 04:21:36 UTC

[GitHub] [iceberg] openinx edited a comment on issue #2033: Manifest list file and metadata file are not created when versioning is enabled for S3 bucket

openinx edited a comment on issue #2033:
URL: https://github.com/apache/iceberg/issues/2033#issuecomment-755068019


   > every hour in the metadata folder only a single file is created
   > Manifest file : 4c806ffdb03c41e09337b90f18781570-00000-0-466-00001.avro
   
   @elkhand ,  the manifests file is actually not the iceberg's metadata ,  it's a manifest file that was designed for flink (Pls see [here](https://github.com/apache/iceberg/blob/master/flink/src/main/java/org/apache/iceberg/flink/sink/ManifestOutputFileFactory.java#L53)).  The reason that we have designed the flink specific manifests is https://github.com/apache/iceberg/pull/1185/files#r478772412 . When committing the iceberg transaction during completing checkpoint,  the iceberg-files-committer will read all data files from this flink specific manifest file to construct a new __iceberg__ manifest files.   You could see more details in this issue https://github.com/apache/iceberg/issues/1959. 
   
   For your issue,  I'm pretty sure that flink did not commit any iceberg transaction after you enabled the version feature in S3 bucket.  But I'm not sure what's the reason causing this.  Did you have any logs indicating the flink job was failover  (error log or stacktrace ? ) . 


----------------------------------------------------------------
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.

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