apache / arrow

Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
https://arrow.apache.org/
Apache License 2.0
14.51k stars 3.53k forks source link

[C++] Asynchronous task groups should abort and stop running tasks once an error has been encountered #30115

Open asfimport opened 3 years ago

asfimport commented 3 years ago

This would mirror the behavior of the synchronous task group. One could maybe want a task group that recovers from error but we don't have a need for it today and, since the asynchronous task group only has a single status it, the current implementation isn't well suited for that use case anyways.

Reporter: Weston Pace / @westonpace

Note: This issue was originally created as ARROW-14565. Please see the migration documentation for further details.

asfimport commented 2 years ago

Todd Farmer / @toddfarmer: This issue was last updated over 90 days ago, which may be an indication it is no longer being actively worked. To better reflect the current state, the issue is being unassigned. Please feel free to re-take assignment of the issue if it is being actively worked, or if you plan to start that work soon.