BigRantLing opened a new issue #9364: DirectDruidClient openConnections may be 
samller than the real connctions between the servers
URL: https://github.com/apache/druid/issues/9364
 
 
   Hi guys,
   Our Druid version is 0.9.2.
   When I was going to make some changs to code of DirectDruidClient , I found 
some original code confuse me. The **openConnections** is a variable means the 
connctions ammount of queryable servers. And it will increase after broker 
requesting a server.But it only represent the connection ammount between this 
broker and the server requested. When we use 
**ConnectionCountServerSelectorStrategy** to decide server should be 
requested,the broker will choose the server which openConnections is small. 
But, the real active connection ammount between the sever which has been 
selected and all brokers may be bigger than **openConnections**.
   Is that right? 
   Thanks for reply.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to