Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-2928

C++ Client - io_service needs to be reset if it runs out of work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.0.0
    • Client - C++
    • None

    Description

      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.

      Attachments

        1. DRILL-2928.1.patch.diff
          1 kB
          Parth Chandra

        Activity

          People

            parthc Parth Chandra
            parthc Parth Chandra
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: