You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default configuration of httpclient will result in the CPoolEntry of the connection pool not being released, if the response code is not 200, 204, 400
#97
Open
aiwoziyue opened this issue
Mar 24, 2025
· 0 comments
com.proofpoint.http.client.UnexpectedResponseException: Expected response code to be [200, 204], but was 500: Internal Server Error
at org.kairosdb.client.response.DefaultJsonResponseHandler.handle(DefaultJsonResponseHandler.java:70) ~[client-3.0.0.jar:na]
at org.kairosdb.client.HttpClient.execute(HttpClient.java:331) ~[client-3.0.0.jar:na]
at org.kairosdb.client.HttpClient.postData(HttpClient.java:291) ~[client-3.0.0.jar:na]
at org.kairosdb.client.HttpClient.postData(HttpClient.java:273) ~[client-3.0.0.jar:na]
at org.kairosdb.client.HttpClient.query(HttpClient.java:232) ~[client-3.0.0.jar:na]
...
By default, each route has a maximum of two connections, and all others will be blocked
please help me
The text was updated successfully, but these errors were encountered:
By default, each route has a maximum of two connections, and all others will be blocked
please help me
The text was updated successfully, but these errors were encountered: