You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2016/11/09 15:19:58 UTC

[jira] [Created] (PARQUET-775) C++: TrackingAllocator is not thread-safe

Uwe L. Korn created PARQUET-775:
-----------------------------------

             Summary: C++: TrackingAllocator is not thread-safe
                 Key: PARQUET-775
                 URL: https://issues.apache.org/jira/browse/PARQUET-775
             Project: Parquet
          Issue Type: Bug
            Reporter: Uwe L. Korn


Using parquet-cpp from different threads will use the same {{default_allocator()}} and thus we can have races on {{total_memory_}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)