mirror of
https://github.com/apache/druid.git
synced 2025-02-09 11:34:54 +00:00
Updated the Direct Druid Client so as to make Connection Count Server Selector Strategy work more efficiently. If creating connection to a node is slow, then that slowness wouldn't be accounted for if we count the open connections after sending the request. So we increment the counter and then send the request.