lkokhreidze commented on issue #9089: URL: https://github.com/apache/iceberg/issues/9089#issuecomment-2110038769
I've observed similar issues with Iceberg 1.5 and Flink 1.18. We use Flink Data Stream API with Kafka source, and at one point, the Iceberg table wasn't getting any new data, while Flink commits continued to be successful. Therefore, Kafka offsets were committed without writing anything to the Iceberg table. We also have Spark maintenance jobs that rewrite data files, expire snapshots, and rewrite manifests. I will try to find something more and share it here. -- 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]
