Xiao Meng created DRILL-1446:
--------------------------------
Summary: C++ Client. Make Drill Client Logger thread safe
Key: DRILL-1446
URL: https://issues.apache.org/jira/browse/DRILL-1446
Project: Apache Drill
Issue Type: Bug
Components: Client - C++
Reporter: Xiao MengThe C++ client uses ostream/ofstream to log which is not thread-safe. If multiple thread writing on the logger file, it causes undefined behaviors. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
