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

ASF GitHub Bot updated ARROW-18383:
-----------------------------------
    Labels: pull-request-available  (was: )

> [C++] Avoid global variables for thread pools and at-fork handlers
> ------------------------------------------------------------------
>
>                 Key: ARROW-18383
>                 URL: https://issues.apache.org/jira/browse/ARROW-18383
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Antoine Pitrou
>            Assignee: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 11.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Investigation revealed an issue where the global IO thread pool could be 
> constructed before the at-fork handler internal state. The IO thread pool, 
> created on library load, would register an at-fork handler; then, the at-fork 
> handler state would be initialized and clobber the handler registered just 
> before.



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

Reply via email to