Wes McKinney created ARROW-3017: ----------------------------------- Summary: [C++] Don't throw exception in arrow/util/thread-pool.h Key: ARROW-3017 URL: https://issues.apache.org/jira/browse/ARROW-3017 Project: Apache Arrow Issue Type: Improvement Components: C++ Reporter: Wes McKinney Fix For: 0.11.0
This would indicate that the developer has used the thread pool improperly. I would recommend using {{std::abort}} instead of throwing a {{std::runtime_error}}. -- This message was sent by Atlassian JIRA (v7.6.3#76005)