Do I need to use connection pool to write data to Doris using stream load? #45438
Unanswered
GuiSong01
asked this question in
A - General / Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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