You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Parth Chandra (JIRA)" <ji...@apache.org> on 2015/05/08 06:15:59 UTC

[jira] [Resolved] (DRILL-2928) C++ Client - io_service needs to be reset if it runs out of work

     [ https://issues.apache.org/jira/browse/DRILL-2928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Parth Chandra resolved DRILL-2928.
----------------------------------
    Resolution: Fixed

> C++ Client - io_service needs to be reset if it runs out of work
> ----------------------------------------------------------------
>
>                 Key: DRILL-2928
>                 URL: https://issues.apache.org/jira/browse/DRILL-2928
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Client - C++
>            Reporter: Parth Chandra
>            Assignee: Parth Chandra
>             Fix For: 1.0.0
>
>         Attachments: DRILL-2928.1.patch.diff
>
>
> Sumbitting multiple queries in sequence using the async api can result in a situation where the io_service runs out of work before the next query is submitted and stops running. Any listener thread started using the io_service then exits immediately.
> A previous patch did not address this fully. Once it runs out of work, the io_service needs to be reset before it is assigned more work.



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