Search before asking
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?
Code of Conduct
Search before asking
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?
Code of Conduct