You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2021/01/26 18:36:19 UTC

[arrow] branch master updated (384023e -> 31050a4)

This is an automated email from the ASF dual-hosted git repository.

apitrou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 384023e  ARROW-11376: [C++] ThreadedTaskGroup failure with Thread Sanitizer enabled
     add 31050a4  ARROW-10038: [C++] Spawn thread pool threads lazily

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/util/thread_pool.cc      | 30 ++++++++++++++++++++++++-----
 cpp/src/arrow/util/thread_pool.h       |  8 ++++++--
 cpp/src/arrow/util/thread_pool_test.cc | 35 +++++++++++++++++++++++++++-------
 3 files changed, 59 insertions(+), 14 deletions(-)