Echo-C-Yi opened a new issue, #13700: URL: https://github.com/apache/skywalking/issues/13700
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues. ### Apache SkyWalking Component Java Agent (apache/skywalking-java) ### What happened When use clickhouse-jdbc query clickhouse data with skywalking-java 9.4.0 by http 8123 port occur error clickhouse unknownException 1002 Clickhouse-server occur 400 bad request exception. ### What you expected to happen Normal query. ### How to reproduce Query clickhouse with skywalking-java agent by http . ### Anything else The problem is because skywalking-java agent will set few header in http request. But clickhouse may check those header hardly then throw 400 error. I set the environment config : SW_EXCLUDE_PLUGINS=httpclient-4.x then this problem fixed. So will you check and fix this bug? ### Are you willing to submit a pull request to fix on your own? - [ ] Yes I am willing to submit a pull request on my own! ### 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]
