You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2022/10/19 03:09:00 UTC

[jira] [Updated] (ARROW-17859) [C++] Use self-pipe in signal-receiving StopSource

     [ https://issues.apache.org/jira/browse/ARROW-17859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kouhei Sutou updated ARROW-17859:
---------------------------------
    Fix Version/s: 11.0.0
                       (was: 10.0.0)

> [C++] Use self-pipe in signal-receiving StopSource
> --------------------------------------------------
>
>                 Key: ARROW-17859
>                 URL: https://issues.apache.org/jira/browse/ARROW-17859
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Antoine Pitrou
>            Assignee: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 11.0.0
>
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> The signal-receiving StopSource currently uses elaborate hacks to request the StopSource from a signal handler. Instead we should just use a SelfPipe and send signals to a worker thread.



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