soumyajit-sahu opened a new issue, #16354: URL: https://github.com/apache/iceberg/issues/16354
### Apache Iceberg version 1.10.1 (latest release) ### Query engine Kafka Connect ### Please describe the bug 🐞 ## Problem When multiple Iceberg sink connectors run in the same Kafka Connect worker process, all coordinator threads share the same name `iceberg-coord` and all committer threads share names like `iceberg-committer-0`, `iceberg-committer-1`, etc. This makes log-based debugging difficult: when a coordinator fails to commit or a committer thread throws an error, the log output gives no indication of which connector is responsible. Including the connector name would greatly improve the log based debugging experience. ### Willingness to contribute - [x] I can contribute a fix for this bug independently - [ ] I would be willing to contribute a fix for this bug with guidance from the Iceberg community - [ ] I cannot contribute a fix for this bug at this time -- 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]
