qidaye opened a new issue, #25: URL: https://github.com/apache/incubator-doris-spark-connector/issues/25
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description When Spark-connector flush data to Doris, it will do retry when flush error. There will be a warn log when a backend return error, which can cause unnecessary concern among users. The log is like below ``` 22/04/29 13:10:03 WARN DorisSourceProvider: Failed to load data on BE: http://xxx:8040/api/xxx/xxx/_stream_load? node 22/04/29 13:10:03 WARN DorisSourceProvider: Failed to load data on BE: http://xxx:8040/api/xxx/xxx/_stream_load? node 22/04/29 13:10:03 WARN DorisSourceProvider: Failed to load data on BE: http://xxx:8040/api/xxx/xxx/_stream_load? node ``` ### Solution Change log level from `warn` to `debug`. ### Are you willing to submit PR? - [X] 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
