You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Weston Pace (Jira)" <ji...@apache.org> on 2022/09/16 16:24:00 UTC

[jira] [Created] (ARROW-17755) [C++] Add pause capability to async task scheduler and support pause producing in new scan node

Weston Pace created ARROW-17755:
-----------------------------------

             Summary: [C++] Add pause capability to async task scheduler and support pause producing in new scan node
                 Key: ARROW-17755
                 URL: https://issues.apache.org/jira/browse/ARROW-17755
             Project: Apache Arrow
          Issue Type: Sub-task
          Components: C++
            Reporter: Weston Pace


When the scanner is asked to pause producing we should be able to simply pause the async task scheduler.  However, the task scheduler does not have a pause capability at the moment.

When the async task scheduler is asked to pause it should simply stop submitting new tasks.  There is no need to worry about the tasks in progress.




--
This message was sent by Atlassian Jira
(v8.20.10#820010)