You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/02/14 09:09:48 UTC

[GitHub] [druid] BigRantLing opened a new issue #9364: DirectDruidClient openConnections may be samller than the real connctions between the servers

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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [druid] BigRantLing closed issue #9364: DirectDruidClient openConnections may be samller than the real connctions between the servers

Posted by GitBox <gi...@apache.org>.
BigRantLing closed issue #9364: DirectDruidClient openConnections may be samller than the real connctions between the servers
URL: https://github.com/apache/druid/issues/9364
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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