[
https://issues.apache.org/jira/browse/DRILL-1361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14267054#comment-14267054
]
Aditya Kishore commented on DRILL-1361:
---------------------------------------
Is this the only case you get this error code?
{code}
+ if(error==boost::asio::error::eof){ // Server broke off the connection
{code}
> C++ Client needs a better error message when the handshake fails.
> -----------------------------------------------------------------
>
> Key: DRILL-1361
> URL: https://issues.apache.org/jira/browse/DRILL-1361
> Project: Apache Drill
> Issue Type: Improvement
> Components: Client - C++
> Reporter: Parth Chandra
> Assignee: Parth Chandra
> Priority: Minor
> Fix For: 0.8.0
>
> Attachments: DRILL-1361.patch.diff
>
>
> If the RPC version between the C++ client and the Drillbit fails, the client
> lib returns an 'End of File' error message. The client needs to provide a
> better message indicating that the client and the server are not at the same
> RPC version and the client needs to be upgraded (or downgraded).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)