I've been using the Tabular connector for some time and have transitioned over to the Apache connector.
Using version 1.7.0 and a Hive catalog. A Kafka Connect deployment with 3 nodes, 6 tasks, committing every 5 minutes.
Seeing new failures, happening every 10 minutes (give or take a few), where tasks will fail with the following stacktrace.
I do sometimes see Iceberg-commit messages in the log before; sometimes not.
Apache Iceberg version
1.7.0 (latest release)
Query engine
Kafka Connect
Please describe the bug 🐞
I've been using the Tabular connector for some time and have transitioned over to the Apache connector.
Using version 1.7.0 and a Hive catalog. A Kafka Connect deployment with 3 nodes, 6 tasks, committing every 5 minutes.
Seeing new failures, happening every 10 minutes (give or take a few), where tasks will fail with the following stacktrace. I do sometimes see Iceberg-commit messages in the log before; sometimes not.
I thought it might be similar to https://github.com/apache/iceberg/issues/11089 but the Iceberg version and catalog are different.
Willingness to contribute