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
When I use a go http client to send data to doris, I create a http connection pool for connection reused; I start to write data, the go http client report many error:"http: server closed idle connection", and I find many TCP connection with TIME_WAIT status in Doris BE 8040 port.
I read code of doris-streamloader, it does not use http connection pool,and a new http client is created each time data sent.
So, is it recommended to use connection pool or Doris doesn't support it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I use a go http client to send data to doris, I create a http connection pool for connection reused; I start to write data, the go http client report many error:"http: server closed idle connection", and I find many TCP connection with TIME_WAIT status in Doris BE 8040 port.
I read code of doris-streamloader, it does not use http connection pool,and a new http client is created each time data sent.
So, is it recommended to use connection pool or Doris doesn't support it?
Beta Was this translation helpful? Give feedback.
All reactions