You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Antoine Pitrou (JIRA)" <ji...@apache.org> on 2019/06/28 06:52:00 UTC

[jira] [Created] (ARROW-5775) [C++] StructArray : cached boxed fields not thread-safe

Antoine Pitrou created ARROW-5775:
-------------------------------------

             Summary: [C++] StructArray : cached boxed fields not thread-safe
                 Key: ARROW-5775
                 URL: https://issues.apache.org/jira/browse/ARROW-5775
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
    Affects Versions: 0.13.0
            Reporter: Antoine Pitrou


The lazy initialization isn't thread-safe (it relies neither on a lock nor on an atomic).

Perhaps we need a more general "cached property" facility to handle these cases.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)