forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PARQUET-775: Make TrackingAllocator thread-safe
Mutex is only locked around the statistics as the other parts are thread-safe and should run in parallel if needed/possible. Author: Uwe L. Korn <uwelk@xhochy.com> Closes apache#190 from xhochy/PARQUET-775 and squashes the following commits: 18fabb7 [Uwe L. Korn] PARQUET-775: Make TrackingAllocator thread-safe Change-Id: I73294821335a339879dfd6590e42ad45400a0645
- Loading branch information
Showing
2 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters