You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2015/05/05 15:36:51 UTC

[jira] [Updated] (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 ]

Jacques Nadeau updated DRILL-2928:
----------------------------------
      Component/s: Client - C++
    Fix Version/s: 1.0.0

> 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
>             Fix For: 1.0.0
>
>
> 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)