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

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

Parth Chandra created DRILL-2928:
------------------------------------

             Summary: 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
            Reporter: Parth Chandra


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)