[
https://issues.apache.org/jira/browse/DRILL-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14315785#comment-14315785
]
Xiao Meng commented on DRILL-1197:
----------------------------------
Note that we only use *one* deadline timer for one drill client. If there are
two queries running simultaneously, we cannot distinguish query timeout for
each one independently.
To do that, we need to create deadline timer for each running query. Thoughts?
We can open a separate JIRA for this issue.
> C++ Client. Differentiate socket/handshake/query timeout for deadline timer.
> -----------------------------------------------------------------------------
>
> Key: DRILL-1197
> URL: https://issues.apache.org/jira/browse/DRILL-1197
> Project: Apache Drill
> Issue Type: New Feature
> Components: Client - C++
> Reporter: Xiao Meng
> Assignee: Xiao Meng
> Priority: Minor
> Fix For: 0.9.0
>
> Attachments: DRILL-1197.2.patch.txt, DRILL-1197.3.patch
>
>
> [#DRILL-852] introduced deadline timer to C++ Client. It use a global setting
> of timeout for all reading operation. We should differentiate timeout for
> different operations and also populate the status to client library user.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)