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/25 18:28:17 UTC

[GitHub] [iceberg] pnowojski edited a comment on issue #2033: Iceberg specific files (manifest files, manifest list file, metadata file) are not created, only Flink specific manifest file is created

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


   Is it possible for you to verify, if the problem goes away if you disable operator chaining for the `IcebergFilesCommitter` operator? If `IceberFilesCommiter` is an operator, you could override the default `AbstractStreamOperator#chainingStrategy` field. If it's a sink function I think you could use `startNewChain()` or `disableChaining()` [methods](https://ci.apache.org/projects/flink/flink-docs-stable/dev/stream/operators/#task-chaining-and-resource-groups)


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