Rob Wu created DRILL-5335: ----------------------------- Summary: Client should remove offline nodes from m_drillbits in PooledDrillClientImpl::connect Key: DRILL-5335 URL: https://issues.apache.org/jira/browse/DRILL-5335 Project: Apache Drill Issue Type: Bug Components: Client - C++ Reporter: Rob Wu Priority: Minor
During pooled connect, it adds new drillbit into the m_drillbits vector. https://github.com/apache/drill/blob/master/contrib/native/client/src/clientlib/drillClientImpl.cpp#L2145 In DRILL-5316, a check to prevent mod 0 from happening is implemented. However, the C++ client should also remove offline nodes to prevent invalid connection. -- This message was sent by Atlassian JIRA (v6.3.15#6346)