msmoving opened a new issue, #4251: URL: https://github.com/apache/incubator-seatunnel/issues/4251
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened when i use seatunnel sync data from hive to doris, the spark task log "Batch Messages Response" Status is Fail, but seatunnel still show job success. what happened about it? ### SeaTunnel Version 2.1.0 ### SeaTunnel Config ```conf Doris { fenodes="xxx:8030" database="xxx" table="xxx" user="xxx" password="xxx" batch_size=1000 doris.column_separator="\\t" doris.columns="id, name, sex" } ``` ### Running Command ```shell start-seatunnel-spark --master yarn --deploy-mode client --config ./myjob.conf ``` ### Error Exception ```log not report exception ``` ### Flink or Spark Version spark version is 2.4.0-cdh6.2.1 ### Java or Scala Version 2.11 ### Screenshots <img width="1689" alt="image" src="https://user-images.githubusercontent.com/16308094/222689384-9e33d43f-79a8-4c5b-a338-91c6062fc41a.png"> ### 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]
