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)