You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Norris Lee (JIRA)" <ji...@apache.org> on 2014/09/29 23:50:35 UTC

[jira] [Created] (DRILL-1466) Drill Client receiving Handshake rpc calls from server

Norris Lee created DRILL-1466:
---------------------------------

             Summary: Drill Client receiving Handshake rpc calls from server
                 Key: DRILL-1466
                 URL: https://issues.apache.org/jira/browse/DRILL-1466
             Project: Apache Drill
          Issue Type: Bug
          Components: Client - C++
            Reporter: Norris Lee
             Fix For: 0.7.0


Occasionally in handleRead, the rpc type of the message coming back will be of type HANDSHAKE. Subsequent msgs coming back afterwards will be abnormal/out of order.

Case 1: the next call will be rpc type QUERY_RESULT where the query id is 0:0. QUERY_HANDLE was not called before this. This leads to the error ERR_QRY_OUTOFORDER with message: "Query result received before query id. Aborting …"

Case 2: the next call will be rpc type QUERY_HANDLE with coordination id 0. This leads to error ERR_QRY_INVQUERYID with message "Cannot find query Id in internal structure"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)