You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Rob Wu (JIRA)" <ji...@apache.org> on 2017/03/08 22:53:37 UTC

[jira] [Created] (DRILL-5335) Client should remove offline nodes from m_drillbits in PooledDrillClientImpl::connect

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)