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)