topatsaya opened a new issue, #10030: URL: https://github.com/apache/seatunnel/issues/10030
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened java.lang.UnsupportedOperationException: Unsupported MySQL version: 11.4.7-4-MariaDB-enterprise-log ### SeaTunnel Version /root/apache-seatunnel-2.3.11/config/ ### SeaTunnel Config ```conf env { parallelism = "1" job.mode = "BATCH" } source { Jdbc { url = "jdbc:mysql://10.2.19.214:53306/ics_front" driver = "com.mysql.cj.jdbc.Driver" connection_check_timeout_sec = 3000 user = "x2doris" password = "***************" query = """ SELECT * FROM igtjournal where tran_date = '20251021' """ } } sink { Doris { fenodes = "10.1.20.62:8030" username = "core_import" password = "********" database = "topatdb" table = "igtjournal" table.identifier = "topatdb.igtjournal" sink.enable-2pc = "true" sink.label-prefix = "igtjournal" doris.config = { format = "json" read_json_by_line = "true" } } } ``` ### Running Command ```shell ./bin/seatunnel.sh --config ./config/igtjournal.conf ``` ### Error Exception ```log Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure ``` ### Zeta or Flink or Spark Version _No response_ ### Java or Scala Version java.lang.UnsupportedOperationException: Unsupported MySQL version: 11.4.7-4-MariaDB-enterprise-log ### Screenshots <img width="1123" height="441" alt="Image" src="https://github.com/user-attachments/assets/12b3047b-76fd-41ea-add9-44a594f49ea1" /> ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
